dev-master
9999999-dev http://p.yusukekamiyamane.com/Bundle including the fugue icon set.
CC-BY-3.0
bundle icons fugue
3.5.6
3.5.6.0 http://p.yusukekamiyamane.com/Bundle including the fugue icon set.
CC-BY-3.0
icons fugue
Wallogit.com
2017 © Pedro Peláez
Bundle including the fugue icon set.
This bundle provides the excellent fugue icon set from Yusuke Kamiyamane, which can be found at http://p.yusukekamiyamane.com/., (*1)
Add BrainbitsFugueIconsBundle in your composer.json:, (*2)
{
"require": {
"brainbits/fugue-icons-bundle": "*"
}
}
Now tell composer to download the bundle by running the command:, (*3)
``` bash $ php composer.phar update brainbits/fugue-icons-bundle, (*4)
Composer will install the bundle to your project's `vendor/brainbits` directory. ### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Brainbits\FugueIconsBundle\BrainbitsFugueIconsBundle(), ); }
This step is only necessary after adding, afterwards the assets will be installed on composer update., (*5)
``` bash $ php app/console assets:install, (*6)
### Step 4: Use icons The icon set is accessible through the uri
/bundles/brainbitsfugueicons/icons/fugue/16/*.png, (*7)
Also, the bonus icons in size 24 and 32 are availabile under
/bundles/brainbitsfugueicons/icons/fugue/24/.png /bundles/brainbitsfugueicons/icons/fugue/32/.png ```, (*8)
Bundle including the fugue icon set.
CC-BY-3.0
bundle icons fugue
Bundle including the fugue icon set.
CC-BY-3.0
icons fugue