🎛️Icons

Ablepro Vuetify is pre-configured with the Svg Sprite

All Svg are taken from iconsax library

https://iconsax.io/

import SvgSprite from '@/components/shared/SvgSprite.vue';

// usage
<SvgSprite name="custom-home" style="width: 20px; height: 20px" />

If you want to add new svg then add svg file using symbol tag with unique id in sprite.svg

Last updated