1.0.0 • Published 6 years ago

fa-icon-list v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

fa-icon-list

All the FontAwesome 4.7.0 icon names.

Installing

If you are using NPM:

npm i --save fa-icon-list

If you are using Yarn:

yarn add fa-icon-list

Basic Usage

Just call the returned function after importing it:

const faIconList = require('fa-icon-list')

console.log(faIconList()) // Array [...]

API

faIconList

faIconList — Returns all the FontAwesome 4.7.0 icon names.

Description

array faIconList ( [, boolean getFullClass = true ] )

The second parameter is a boolean (by default true) that controls the array values.

  • true (default): Returns the values as the complete icon class name. (fa fa-users, for example).
  • false: Returns only the icon name. (users, for example).

License

This package is for FontAwesome 4.7.0.

The source code of this repository is under the MIT License.
Copyright © Luiz Felipe F..