PHP code example of codeat3 / blade-fluentui-system-icons

1. Go to this page and download the library: Download codeat3/blade-fluentui-system-icons library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

codeat3 / blade-fluentui-system-icons example snippets

bash
php artisan vendor:publish --tag=blade-fluentui-system-icons-config
blade
<x-fluentui-access-time-24/>
blade
<x-fluentui-access-time-24 style="color: #555"/>
bash
php artisan vendor:publish --tag=blade-fluentui-system-icons --force
blade
<img src="{{ asset('vendor/blade-fluentui-system-icons/access-time-24.svg') }}" width="10" height="10"/>