This repository aims to store all icons used in TallStackUI.
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
.svg
files will be transformed in.blade.php
files - All files will receive the
{{ $attributes }}
inside thesvg
tag - All
.svg
files will be deleted before the process