Icon
Renders a phosphor-svelte glyph component passed as `glyph`.
Use Icon to render a Phosphor glyph when text alone does not communicate the action or subject quickly enough.
Interactive example
Loading interactive example
API
| Member | Type | Kind | Required | Default |
|---|---|---|---|---|
color | string | prop | No | undefined |
glyph | IconGlyph | prop | Yes | |
mirrored | boolean | prop | No | false |
size | number | string | prop | No | 18 |
weight | IconWeight | prop | No | 'regular' |
Examples
Source
Loading source