fa-icon-list

1.0.0 • Public • Published

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..

Package Sidebar

Install

npm i fa-icon-list

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

15 kB

Total Files

6

Last publish

Collaborators

  • lffg