Skip to content

tallstackui/icons

Repository files navigation

TallStackUI

Packagist Downloads Laravel v10.x PHP 8.1 Livewire v3.x

Icon Repository

This repository aims to store all icons used in TallStackUI.

Instructions

This is the instructions to add new icons:

  1. Create a folder with the name of the vendor/types of the icon

  2. 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 the svg tag
  • All .svg files will be deleted before the process

Documentation

Visit our website to see the documentation