The list of Font Awesome icon unicode characters in several file format.
Using icon source from icons.yml.
bower install font-awesome-icon-chars
npm install font-awesome-icon-chars
You can use characters list file in character-list directory. All files that has been built will place in this directory.
-
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
Use --fa
argument in gulp command.
gulp --fa
gulp make --fa
gulp make:json --fa
gulp make:xml --fa
gulp make:cson --fa