sax-ui/iconsax

A collection of re-usable icon components that you can copy and paste into your apps

1.0.0 2024-01-06 11:35 UTC

This package is auto-updated.

Last update: 2024-05-06 12:25:32 UTC


README

The package provides icons as a set of blade components that can be easily customized to suit your application's needs.

Installation

composer require sax-ui/iconsax

Usage

After Composer has installed the Laravel Iconsax package, you may run the icon:add Artisan command. This command publishes icon component to your application.

php artisan icon:add smileys --type=linear

Available types:

linear | bold | outline | twotone | bulk | broken

If the icon name is missing, you will be prompted to enter a search term to filter the results.

screenshot

Then select the icon type

screenshot-2

That's all, the icon will be installed in the components folder.

License

Iconsax is open-sourced software licensed under the MIT license.