🎛️Icons
Ablepro Vue Laravel is pre-configured with the Svg Sprite
// if will auto import default components from @core/components folder
// usage
<SvgSprite name="custom-home" style="width: 20px; height: 20px" />Last updated
Ablepro Vue Laravel is pre-configured with the Svg Sprite
All Svg are taken from iconsax library
// if will auto import default components from @core/components folder
// 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