# 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-library
```

## Use it inside your project

To use this library inside your project you can either:

- Import `ICONS` from `@pollux-docaposte/icon-library'` to get the `svg` as a string like below :
  ```
  import { ICONS } from '@pollux-docaposte/icon-library'

  ICONS['archive_box-outline']
  ```
- Import the `svg` files from the `lib` folder directly inside you project
