@zeturn/watercolor-icons-heroicons-react 1.1.30 → 1.1.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +25 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,25 @@
1
+ # @zeturn/watercolor-icons-heroicons-react
2
+
3
+ Heroicons icon resolver for Watercolor UI (React).
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install @zeturn/watercolor-icons-heroicons-react
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```ts
14
+ import { getIcon } from '@zeturn/watercolor-icons-heroicons-react'
15
+
16
+ const Icon = getIcon('academic-cap')
17
+ ```
18
+
19
+ ## Docs
20
+
21
+ - https://zeturn.github.io/watercolor/docs/
22
+
23
+ ## License
24
+
25
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeturn/watercolor-icons-heroicons-react",
3
- "version": "1.1.30",
3
+ "version": "1.1.32",
4
4
  "type": "module",
5
5
  "main": "dist/watercolor-icons-heroicons-react.umd.js",
6
6
  "module": "dist/watercolor-icons-heroicons-react.es.js",