2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 01:09:04 +00:00
iconify/packages/utils
2021-09-20 16:33:57 +03:00
..
src Build ES and CommonJS files for utils and core packages 2021-09-17 00:07:22 +03:00
tests Fix replacing ids in icons to support animations 2021-07-01 12:00:13 +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
.eslintignore Build ES and CommonJS files for utils and core packages 2021-09-17 00:07:22 +03:00
.eslintrc.js Build ES and CommonJS files for utils and core packages 2021-09-17 00:07:22 +03:00
.gitignore Create script for building ES and CommonJS libraries, move Utils and Core to new build process, move Redundancy package to monorepo and refactor it 2021-09-20 12:59:16 +03:00
.npmignore Create script for building ES and CommonJS libraries, move Utils and Core to new build process, move Redundancy package to monorepo and refactor it 2021-09-20 12:59:16 +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
build.js Create script for building ES and CommonJS libraries, move Utils and Core to new build process, move Redundancy package to monorepo and refactor it 2021-09-20 12:59:16 +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 Merge branch 'dev/reusable-api' into dev/next 2021-09-20 16:33:57 +03:00
package.json Merge branch 'dev/reusable-api' into dev/next 2021-09-20 16:33:57 +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 Update dependencies, rewrite readme files 2021-06-20 09:59:30 +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Ü