PHPackages                             brainbits/fugue-icons-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. brainbits/fugue-icons-bundle

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

brainbits/fugue-icons-bundle
============================

Bundle including the fugue icon set.

3.5.6(13y ago)545.6k—10%2CC-BY-3.0PHP

Since May 15Pushed 13y ago4 watchersCompare

[ Source](https://github.com/brainbits/fugue-icons-bundle)[ Packagist](https://packagist.org/packages/brainbits/fugue-icons-bundle)[ Docs](http://p.yusukekamiyamane.com/)[ RSS](/packages/brainbits-fugue-icons-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Brainbits Fugue Icons Bundle
============================

[](#brainbits-fugue-icons-bundle)

This bundle provides the excellent fugue icon set from Yusuke Kamiyamane, which can be found at .

### Step 1: Download BrainbisFugueIconsBundle using composer

[](#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

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
