| Name | Type | Default | Description |
|---|---|---|---|
| children | node | The content of the component. | |
| Component | element type | 'div' | The component used for the root node. Either a string to use a HTML element or a component. |
| width | integer | 24 | Svg element width attribute |
| height | integer | 24 | Svg element height attribute |
| viewBox | integer | '0 0 24 24' | Svg element viewBox attribute |
ref is forwarded to the root element.