Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

tallstackui/icons

Repository files navigation

TallStackUI

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

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:

  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