> For the complete documentation index, see [llms.txt](https://phoenixcoded.gitbook.io/able-pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenixcoded.gitbook.io/able-pro/vue-laravel/theme-ui/icons.md).

# Icons

All Svg are taken from iconsax library​

<https://iconsax.io/>​

```javascript
// if will auto import default components from @core/components folder
// usage
<SvgSprite name="custom-home" style="width: 20px; height: 20px" />
```

{% hint style="info" %}
If you want to add new svg then add svg file using **symbol tag** with unique id in **sprite.svg**
{% endhint %}
