@zeturn/watercolor-icons-feather 1.1.30 → 1.1.31

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-feather
2
+
3
+ Feather icon helpers for Watercolor UI (framework-agnostic).
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install @zeturn/watercolor-icons-feather
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```ts
14
+ import { getFeatherSvg } from '@zeturn/watercolor-icons-feather'
15
+
16
+ const svg = await getFeatherSvg('heart')
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-feather",
3
- "version": "1.1.30",
3
+ "version": "1.1.31",
4
4
  "type": "module",
5
5
  "main": "dist/watercolor-icons-feather.umd.js",
6
6
  "module": "dist/watercolor-icons-feather.es.js",