PHPackages                             tomasz-rup/sf-tango-icons-plugin - 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. tomasz-rup/sf-tango-icons-plugin

ActiveSymfony1-plugin[Utility &amp; Helpers](/categories/utility)

tomasz-rup/sf-tango-icons-plugin
================================

symfony 1.x plugin that offers a set of Tango Icons

04PHP

Since Jan 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/tomi77/sfTangoIconsPlugin)[ Packagist](https://packagist.org/packages/tomasz-rup/sf-tango-icons-plugin)[ RSS](/packages/tomasz-rup-sf-tango-icons-plugin/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

sfTangoIconsPlugin
==================

[](#sftangoiconsplugin)

[![StyleCI](https://camo.githubusercontent.com/65ba4d953a0441d647678e817c082cde6dbf7b82ebed1b53112c671f8f97c9d1/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f34393539313131302f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/49591110)

symfony 1.x plugin that offers a set of [Tango Icons](http://tango.freedesktop.org/Tango_Icon_Library) in sizes *extra small* (16x16 px), *small* (22x22 px) and *medium* (32x32 px).

Installation
------------

[](#installation)

- Install the plugin

    ```
    composer require tomasz-rup/sf-tango-icons-plugin
    ```

Configuration
-------------

[](#configuration)

- You can set the default size of icons in app.yml:

    ```
    all:
      tango_icons:
        size: small
    ```
- Activate helper in settings.yml:

    ```
    standard_helpers: [...TangoIcons]
    ```

    or:

    ```
    use_helper('TangoIcons');
    ```

Use
---

[](#use)

### Icons

[](#icons)

If you have selected the default size of icons:

```
