angular-gillicons

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


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

Documentation

angular-gillicons

An Angular 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 install dependencies:

npm install
# or
yarn

Then build the library:

npm run build-lib
# or
yarn build-lib

Finally run the example:

npm start
# or
yarn start

License

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