<AlertCircle iconColor='#FF0000' size='lg' /><AlertCircle solid iconColor='#FF0000' size='lg' />
| Prop | Type | Default | Description |
|---|---|---|---|
| solid | bool | false | If true, the icon will be the solid variant. |
| size | xs | sm | md | lg | xl | md | The size of the icon. |
| width | string | number | The width of the icon. This will override the size prop. | |
| height | string | number | The height of the icon. This will override the size prop. | |
| iconColor | string | The color of the icon. |