![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | character-list/ | 2 years ago | - | |
![]() | dist/ | 2 years ago | - | |
![]() | LICENSE | 2 years ago | 1.1K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | README.md | 2 years ago | 2.9K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | index.d.ts | 2 years ago | 199 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | package.json | 2 years ago | 2.3K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
The list of Font Awesome icon unicode characters in several file format.
Via Bower:
bower install font-awesome-icon-chars
Via NPM:
npm install font-awesome-icon-chars
Via Yarn:
yarn add font-awesome-icon-chars
You can use characters list file in character-list directory. All characters list files will be placed in this directory.
You will get array of icon from this module.
const faIconChars = require('font-awesome-icon-chars');
for (let icon of faIconChars) {
console.log(`Icon ID: ${icon.id}, Icon Unicode: ${icon.unicode}`);
}
Build all file.
gulp build
Or use default gulp task.
gulp
Build CSON file.
gulp build:cson
Build JSON file.
gulp build:json
Build TOML file.
gulp build:toml
Build XML file.
gulp build:xml
Build YAML file.
gulp build:yaml
fa-
?Use --fa
argument in gulp command.
gulp --fa
gulp build --fa
gulp build:cson --fa
gulp build:json --fa
gulp build:toml --fa
gulp build:xml --fa
gulp build:yaml --fa