@iconify-json/lucide 1.1.49 → 1.1.50
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/icons.json +4 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -436,6 +436,9 @@
|
|
|
436
436
|
"check": {
|
|
437
437
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 6L9 17l-5-5\"/>"
|
|
438
438
|
},
|
|
439
|
+
"check-check": {
|
|
440
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M18 6L7 17l-5-5m20-2l-7.5 7.5L13 16\"/>"
|
|
441
|
+
},
|
|
439
442
|
"check-circle": {
|
|
440
443
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"/><path d=\"M22 4L12 14.01l-3-3\"/></g>"
|
|
441
444
|
},
|
|
@@ -2560,7 +2563,7 @@
|
|
|
2560
2563
|
"parent": "japanese-yen"
|
|
2561
2564
|
}
|
|
2562
2565
|
},
|
|
2563
|
-
"lastModified":
|
|
2566
|
+
"lastModified": 1667373205,
|
|
2564
2567
|
"width": 24,
|
|
2565
2568
|
"height": 24
|
|
2566
2569
|
}
|
package/info.json
CHANGED