@iconify-json/lucide 1.1.37 → 1.1.38
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/icons.json +4 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/icons.json
CHANGED
|
@@ -505,6 +505,9 @@
|
|
|
505
505
|
"circle-slashed": {
|
|
506
506
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M22 2L2 22\"/></g>"
|
|
507
507
|
},
|
|
508
|
+
"citrus": {
|
|
509
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5.51 18.49a12 12 0 0 0 16.12.78c.49-.41.49-1.15.03-1.6L6.34 2.33a1.08 1.08 0 0 0-1.6.03A12 12 0 0 0 5.5 18.5Z\"/><path d=\"M8.34 15.66a8 8 0 0 0 10.4.78c.54-.4.54-1.16.06-1.64L9.2 5.2c-.48-.48-1.25-.48-1.64.06a8 8 0 0 0 .78 10.4ZM14 10l-5.5 5.5M14 10v8m0-8H6\"/></g>"
|
|
510
|
+
},
|
|
508
511
|
"clapperboard": {
|
|
509
512
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 11v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8H4Z\"/><path d=\"m4 11l-.88-2.87a2 2 0 0 1 1.33-2.5l11.48-3.5a2 2 0 0 1 2.5 1.32l.87 2.87L4 11.01Zm2.6-6.01l3.38 4.2m1.88-5.81l3.38 4.2\"/></g>"
|
|
510
513
|
},
|
|
@@ -2485,7 +2488,7 @@
|
|
|
2485
2488
|
"parent": "japanese-yen"
|
|
2486
2489
|
}
|
|
2487
2490
|
},
|
|
2488
|
-
"lastModified":
|
|
2491
|
+
"lastModified": 1659331487,
|
|
2489
2492
|
"width": 24,
|
|
2490
2493
|
"height": 24
|
|
2491
2494
|
}
|
package/info.json
CHANGED