Since TallStackUI version 2.0 changed the way custom icons are used, this repository has become read-only, just to maintain support for those still using TallStackUI version 1.0.
Icon Repository
This repository aims to store all icons used in TallStackUI.
Instructions
This is the instructions to add new icons:
-
Create a folder with the name of the vendor/types of the icon
-
Run this command to generate the icons:
php script.php folder_name_goes_here
- All
.svgfiles will be transformed in.blade.phpfiles - All files will receive the
{{ $attributes }}inside thesvgtag - All
.svgfiles will be deleted before the process