# FeatherIcon The FeatherIcon component can be used to render SVG icons from the [FeatherIcons](https://feathericons.com) project. ## Usage Setting dimensions (width and height) is required otherwise it will render in a large size. You can also customize the color by setting the `color` CSS property. You can customize the `stroke-width` by passing it as a prop. ```vue ``` ## Props | Name | Default | Value | Description | | :------------- | :------- | :------- | :------------------------------------- | | `name` | `circle` | `String` | One of 287 icons from feathericons.com | | `stroke-width` | `1.5` | `Number` | |