# Icon ```rust demo view! { } ``` ### Icon Props | Name | Type | Default | Desciption | | ------ | ----------------------------- | -------------------- | ----------------------- | | class | `Option>` | `Default::default()` | HTML class attribute. | | style | `Option>` | `Default::default()` | HTML style attribute. | | icon | `MaybeSignal` | | The icon to show. | | width | `Option>` | `1em` | The width of the icon. | | height | `Option>` | `1em` | The height of the icon. |