@pollux-docaposte/icon-library
v0.0.7
Published
Icon Library
Readme
Icon Library
Installation
To install this library into your project run the following command:
// with npm
npm install @pollux-docaposte/icon-library
// with yarn
yarn add @pollux-docaposte/icon-libraryUse it inside your project
To use this library inside your project you can either:
- Import
ICONSfrom@pollux-docaposte/icon-library'to get thesvgas a string like below :import { ICONS } from '@pollux-docaposte/icon-library' ICONS['archive_box-outline'] - Import the
svgfiles from thelibfolder directly inside you project
