Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 431 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 431 Bytes

fontawesome-icons-list

Generate and exports all fontawesome icons from fontawesome CSS.

Installation

npm install fontawesome-icons-list

or

bower install fontawesome-icons-list

Usage

Either include index.js in your browser, or for Node, just require the module.

var fontawesomeIcons = require('fontawesome-icons-list');

The icons list is also available in the JSON format in icon.json.