Skip to content

The list of Font Awesome icon unicode characters in several file format.

License

Notifications You must be signed in to change notification settings

gluons/Font-Awesome-Icon-Chars

Repository files navigation

Font Awesome Icon Character List

GitHub license npm npm Bower

The list of Font Awesome icon unicode characters in several file format.

Icon Source

Using icon source from icons.yml.

Installation

Bower

bower install font-awesome-icon-chars

NPM

NPM

npm install font-awesome-icon-chars

Usage

You can use characters list file in character-list directory. All files that has been built will place in this directory.

Build

  • Build all file.

    gulp make
    

    Or use default gulp task.

    gulp
    
  • Build JSON file.

    gulp make:json
    
  • Build XML file.

    gulp make:xml
    
  • Build CSON file.

    gulp make:cson
    

Want ID start with fa-?

Use --fa argument in gulp command.

gulp --fa
gulp make --fa
gulp make:json --fa
gulp make:xml --fa
gulp make:cson --fa