## Icon `Icon` components are glyphs used to indicate important information. | Param | Type | Default | Description | | --- | --- | --- | --- | | glyph | String | | The name of the SVG to render inline. | **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) ---