2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-23 07:08:34 +00:00
Joaquín Sánchez 814e944e27
fix(next): add dts for non node packages
I talk with @antfu (sorry to ping you here ;) ), we need to add the `typedVersions`, we talk about it a few days/weeks ago:
``json
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*"
      ]
    }
  },
```
2022-03-20 14:43:26 +01:00
..
2022-03-16 10:58:02 +02:00
2022-03-16 10:58:02 +02:00
2022-03-16 11:04:16 +02:00
2022-03-16 15:42:17 +02:00
2022-03-04 14:52:08 +01:00
2022-03-17 18:23:48 +02:00
2021-11-13 21:25:38 +02:00
2022-03-16 15:42:17 +02:00
2022-03-16 15:42:17 +02:00
2022-03-04 14:52:08 +01:00
2022-03-04 14:52:08 +01: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

Documentation

Documentation is available at Iconify documentation website.

License

The library is released with MIT license.

© 2021 Vjacheslav Trushkin / Iconify OÜ