DecorativeIconProps = object
| Property | Type | Description |
|---|
className? | string | - |
height? | string | number | height sets the size of the icon’s y axis. |
name | keyof typeof IconNameToPath | - |
size? | string | number | size sets both the size of the x and y axis using the same value. |
width? | string | number | width sets the size of the icon’s x axis. |