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