2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 01:09:04 +00:00
iconify/packages/utils
2021-05-26 11:12:56 +03:00
..
src Make default provider an optional parameter when converting icon name in utils 2021-05-26 11:12:56 +03:00
tests Move few more functions from Core to Utils, update packages 2021-05-26 10:01:23 +03:00
.editorconfig Split common functions from Core to Utils package, remove buble from build process and use spread operator 2021-05-24 13:25:02 +03:00
.gitignore Split common functions from Core to Utils package, remove buble from build process and use spread operator 2021-05-24 13:25:02 +03:00
.npmignore Split common functions from Core to Utils package, remove buble from build process and use spread operator 2021-05-24 13:25:02 +03:00
.prettierrc Split common functions from Core to Utils package, remove buble from build process and use spread operator 2021-05-24 13:25:02 +03:00
license.txt Split common functions from Core to Utils package, remove buble from build process and use spread operator 2021-05-24 13:25:02 +03:00
package-lock.json Make default provider an optional parameter when converting icon name in utils 2021-05-26 11:12:56 +03:00
package.json Make default provider an optional parameter when converting icon name in utils 2021-05-26 11:12:56 +03:00
readme.md Split common functions from Core to Utils package, remove buble from build process and use spread operator 2021-05-24 13:25:02 +03:00
tsconfig-base.json Split common functions from Core to Utils package, remove buble from build process and use spread operator 2021-05-24 13:25:02 +03:00
tsconfig.json Split common functions from Core to Utils package, remove buble from build process and use spread operator 2021-05-24 13:25:02 +03: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

License

The library is released with MIT license.

© 2021 Vjacheslav Trushkin / Iconify OÜ