PHP code example of oliverthiele / ot-icons

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

    

oliverthiele / ot-icons example snippets



return [
    'map' => [
        'users' => 'users-class',
    ],
];

return [
    'config' => [
        'prefix' => 'fa-',
        'version' => '7.0.0',
        'defaultSubdirectory' => 'solid/',
    ],
    'map' => [
        'chevron-up-square'    => 'square-chevron-up',
        'chevron-left-square'  => 'square-chevron-left',
        'chevron-right-square' => 'square-chevron-right',
        'chevron-down-square'  => 'square-chevron-down',
    ],
];