PHP code example of devsquad / icons

1. Go to this page and download the library: Download devsquad/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/ */

    

devsquad / icons example snippets


<x-icons.heroicons.outline.chart-pie />

<x-icons.heroicons.outline.chart-bar class="text-red-500" />

<x-icons.heroicons.solid.clipboard-check class="text-green-300 w-56" />

php artisan icons:install