2017 © Pedro Peláez
 

library fugue-icons-bundle

Bundle including the fugue icon set.

image

brainbits/fugue-icons-bundle

Bundle including the fugue icon set.

  • Wednesday, May 15, 2013
  • by brainbits
  • Repository
  • 4 Watchers
  • 1 Stars
  • 13,207 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

Brainbits Fugue Icons Bundle

This bundle provides the excellent fugue icon set from Yusuke Kamiyamane, which can be found at http://p.yusukekamiyamane.com/., (*1)

Step 1: Download BrainbisFugueIconsBundle using composer

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(), ); }

Step 3: Install assets

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)

The Versions

15/05 2013

dev-master

9999999-dev http://p.yusukekamiyamane.com/

Bundle including the fugue icon set.

  Sources   Download

CC-BY-3.0

bundle icons fugue

15/05 2013

3.5.6

3.5.6.0 http://p.yusukekamiyamane.com/

Bundle including the fugue icon set.

  Sources   Download

CC-BY-3.0

icons fugue