Icon
Inline SVG icon from @duo/icons.
Properties
| Property | Attribute | Description | Type name | Type | Default |
|---|---|---|---|---|---|
name | name | Key in the `icons` map (`IconName` from `@duo/icons`) | IconName | undefined | IconName | undefined | — |
size | size | Preset size (`xxs`…`xxl`; default `m`) | DuoIconSize | "xxs" | "xs" | "s" | "m" | "l" | "xl" | "xxl" | "m" |
label | label | Sets `role="img"` and `aria-label` when set; omit for decorative icons | string | undefined | string | undefined | — |
Usage
WIP