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
|
|
|
|
|
2023-05-31 19:04:11 +00:00
|
|
|
Documentation is available at [Iconify documentation website](https://iconify.design/docs/libraries/utils/).
|
2021-11-13 19:25:38 +00:00
|
|
|
|
2021-05-24 10:25:02 +00:00
|
|
|
## License
|
|
|
|
|
|
|
|
The library is released with MIT license.
|
|
|
|
|
2023-05-31 19:04:11 +00:00
|
|
|
© 2021-PRESENT Vjacheslav Trushkin
|