Icon
Displays an icon in a certain size. To keep the bundle size of the Design System small, the icons that are made available are limited to the ones that are actually used in the applications.
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
name |
name |
The name of the icon. | string |
"" |
iconStyle |
iconStyle |
The style of the icon. | "solid"
| "regular"
| "light"
| "thin"
| "duotone"
| "brands" |
"regular" |
size |
size |
The size of the icon. | "xs" | "s" | "m" | "l" | "xl" | "xxl" | undefined |
undefined |
fixedWidth |
fixed-width |
Whether the icon has a fixed width. | boolean |
false |