## Chevron `Chevron` components render `Icon` with one of the `chevron-` glyphs. | Param | Type | Default | Description | | --- | --- | --- | --- | | [direction] | String | "right" | the direction the chevron icon points. Accepted values are "right", "down", "left", "up". | | [isButton] | String | false | if true, adjusts the CSS classes to push the icon closer to the right of a button. | **Example** ```js ``` **See** - [Uses of Chevron](https://github.com/hashicorp/vault/search?l=Handlebars&q=Chevron+OR+chevron) - [Chevron Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/chevron.js) ---