A React library that permits to use all the icons from the **[gillicons](https://github.com/GillianPerard/gillicons)** package thanks to a uniq component.


Keywords
react, icons, svg, library, component, gillicons
License
MIT
Install
npm install react-gillicons@0.32.0

Documentation

react-gillicons

A React library that permits to use all the icons from the gillicons package thanks to a uniq component.

Library

See the library README.

Example

Check the example directly in the src folder.

Build

To build the library and test it, you need to go to the lib folder and run:

npm install

# or

yarn

Then:

npm run build

# or

yarn build

After you must go back to the root directory and run:

npm install

# or

yarn

Finally run the example:

npm start

# or

yarn start

NB: If you add some modifications to the lib you need to:

  • rebuild the lib
  • remove the node_modules folder from the root directory and install it again.

License

This library is released under the terms of the MIT License.