pantoken / packages/core/src / IconEntry
Interface: IconEntry
Beta
A resolved icon, as returned by an IconResolver.
Properties
name
name:
string
Beta
The icon name / code.
svg?
optionalsvg?:string
Beta
Inline SVG markup, when available.
path?
optionalpath?:string
Beta
SVG path data, for single-path brand icons.
viewBox?
optionalviewBox?:string
Beta
The SVG viewBox (default "0 0 24 24").
source?
optionalsource?:string
Beta
The provider that produced this entry.