Skip to content

pantoken / packages/model/src / IconEntry

Interface: IconEntry

Beta

A resolved icon, as returned by an IconResolver.

Properties

name

name: string

Beta

The icon name / code.


svg?

optional svg?: string

Beta

Inline SVG markup, when available.


path?

optional path?: string

Beta

SVG path data, for single-path brand icons.


viewBox?

optional viewBox?: string

Beta

The SVG viewBox (default "0 0 24 24").


source?

optional source?: string

Beta

The provider that produced this entry.