System Uicons
Installation
To get the latest version, simply require the project using Composer:
bash
$ composer require faustbrian/blade-icons-system-uicons
Usage
INFO
The prefix for all icon families in this package is systemn-ui
. Please refer to the resources/svg directory for a list of available styles and icons.
View Component
blade
<x-systemn-ui:{{ style }}-{{ icon }} />
Dynamic Component
blade
<x-dynamic-component component="systemn-ui:{{ $style }}-{{ $icon }}" />