iopro/laravel-icons is a Laravel package for easily use heroicons in laravel projects.
It currently has 0 GitHub stars and 15 downloads on Packagist (latest version 1.1.1).
Install it with composer require iopro/laravel-icons.
Discover more Laravel packages by iopro
or browse all Laravel packages to compare alternatives.
Last updated
Easily use Heroicons in Laravel projects.
You can install the package via Composer:
composer require iopro/laravel-icons
<x-icons.icon_name />
By default, the outline icons are used. If you want to use another type (solid, mini, micro), add needed attribute to the component:
<x-icons.icon_name solid />
<x-icons.icon_name mini />
<x-icons.icon_name micro />
You can also customize other icon attributes. For example:
<x-icons.icon_name
stroke-width="1.5"
fill="none"
stroke="currentColor"
class="w-12 h-12"
/>
The MIT License (MIT). Please see License File for more information.