SvgIcon

The SvgIcon component use inherited css variables from a parent Color component for text color.

Props

NameTypeDefaultDescription
childrennodeThe content of the component.
Componentelement type'div'The component used for the root node. Either a string to use a HTML element or a component.
widthinteger24Svg element width attribute
heightinteger24Svg element height attribute
viewBoxinteger'0 0 24 24'Svg element viewBox attribute
The ref is forwarded to the root element.

Example