@iconify-json/lucide 1.2.64 → 1.2.65
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
|
@@ -2678,6 +2678,9 @@
|
|
|
2678
2678
|
"list-checks": {
|
|
2679
2679
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 17l2 2l4-4M3 7l2 2l4-4m4 1h8m-8 6h8m-8 6h8\"/>"
|
|
2680
2680
|
},
|
|
2681
|
+
"list-chevrons-down-up": {
|
|
2682
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 18l3-3l3 3M15 6l3 3l3-3M3 12h8m-8 6h8M3 6h8\"/>"
|
|
2683
|
+
},
|
|
2681
2684
|
"list-collapse": {
|
|
2682
2685
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 12h11m-11 6h11M10 6h11M3 10l3-3l-3-3m0 16l3-3l-3-3\"/>"
|
|
2683
2686
|
},
|
|
@@ -5605,7 +5608,7 @@
|
|
|
5605
5608
|
"parent": "square-x"
|
|
5606
5609
|
}
|
|
5607
5610
|
},
|
|
5608
|
-
"lastModified":
|
|
5611
|
+
"lastModified": 1756357794,
|
|
5609
5612
|
"width": 24,
|
|
5610
5613
|
"height": 24
|
|
5611
5614
|
}
|
package/info.json
CHANGED