2021-05-24 10:25:02 +00:00
|
|
|
# Iconify Utils
|
|
|
|
|
|
|
|
This is a set of helper functions that deal with Iconify icon sets.
|
|
|
|
|
|
|
|
Functions are split into a separate library because they are reused in many projects.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
To install the library run this command:
|
|
|
|
|
|
|
|
```
|
|
|
|
npm install @iconify/utils --save
|
|
|
|
```
|
|
|
|
|
2021-11-13 19:25:38 +00:00
|
|
|
## Documentation
|
|
|
|
|
|
|
|
Documentation is available at [Iconify documentation website](https://docs.iconify.design/tools/utils/).
|
|
|
|
|
2021-05-24 10:25:02 +00:00
|
|
|
## License
|
|
|
|
|
|
|
|
The library is released with MIT license.
|
|
|
|
|
2022-04-20 16:20:04 +00:00
|
|
|
© 2021 - 2022 Vjacheslav Trushkin / Iconify OÜ
|