Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainbits Fugue Icons Bundle

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

Step 1: Download BrainbisFugueIconsBundle using composer

Add BrainbitsFugueIconsBundle in your composer.json:

{
    "require": {
        "brainbits/fugue-icons-bundle": "*"
    }
}

Now tell composer to download the bundle by running the command:

$ php composer.phar update brainbits/fugue-icons-bundle

Composer will install the bundle to your project's vendor/brainbits directory.

Step 2: Enable the bundle

Enable the bundle in the kernel:

<?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.

$ php app/console assets:install

Step 4: Use icons

The icon set is accessible through the uri

/bundles/brainbitsfugueicons/icons/fugue/16/*.png

Also, the bonus icons in size 24 and 32 are availabile under

/bundles/brainbitsfugueicons/icons/fugue/24/*.png
/bundles/brainbitsfugueicons/icons/fugue/32/*.png

About

Fugue icons bundle for symfony2

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages