@robertmyrsater/ink-icons 0.1.0 → 0.2.0
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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[Lucide](https://lucide.dev) icons redrawn as hand-drawn **variable-width ink
|
|
4
4
|
strokes** — the line swells into corners and stroke ends like real ink. 1,744
|
|
5
|
-
tree-shakeable React components
|
|
5
|
+
tree-shakeable React components — `regular`, `bold` and hatched `fill` weights — deterministic
|
|
6
6
|
output generated by [iconz](https://github.com/robertmyrsater/iconz).
|
|
7
7
|
|
|
8
8
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@robertmyrsater/ink-icons",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Lucide icons redrawn as hand-drawn variable-width ink strokes — tree-shakeable React components (regular
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "Lucide icons redrawn as hand-drawn variable-width ink strokes — tree-shakeable React components (regular, bold and hatched fill weights).",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|