## Icon `Icon` components are glyphs used to indicate important information. **Params** | Param | Type | Default | Description | | --- | --- | --- | --- | | glyph | String | | The name of the SVG to render inline. | | [size] | String | 'm' | The size of the Icon, can be one of 's', 'm', 'l', 'xlm', 'xl', 'xxl'. The default is 'm'. | **Example** ```js ``` **See** - [Uses of Icon](https://github.com/hashicorp/vault/search?l=Handlebars&q=Icon+OR+icon) - [Icon Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/icon.js) ---