Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 1.66 KB

README.md

File metadata and controls

59 lines (50 loc) · 1.66 KB

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