Props
interface IconProps extends SharedIconProps
className | undefined | string Additional class names to apply to the icon. |
fillColor | undefined | string The color of the icon. |
name | IconName The name of the icon. For more details, see the list of supported icons. |
pathClassName | undefined | string Additional class names to apply to the icon path. |
pathStyle | React.CSSProperties Additional styles to apply to the icon path. |
size | number | string The width/height of the icon. Defaults to 16. |
style | React.CSSProperties Additional styles to apply to the icon. |