@iconify-json/lucide 1.1.63 → 1.1.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 +10 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -1084,6 +1084,9 @@
|
|
|
1084
1084
|
"filter": {
|
|
1085
1085
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M22 3H2l8 9.46V19l4 2v-8.54L22 3z\"/>"
|
|
1086
1086
|
},
|
|
1087
|
+
"filter-x": {
|
|
1088
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.013 3H2l8 9.46V19l4 2v-8.54l.9-1.055M22 3l-5 5m0-5l5 5\"/>"
|
|
1089
|
+
},
|
|
1087
1090
|
"fingerprint": {
|
|
1088
1091
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M2 12C2 6.5 6.5 2 12 2a10 10 0 0 1 8 4\"/><path d=\"M5 19.5C5.5 18 6 15 6 12c0-.7.12-1.37.34-2m10.95 11.02c.12-.6.43-2.3.5-3.02M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4m-1.09 6c.21-.66.45-1.32.57-2M14 13.12c0 2.38 0 6.38-1 8.88M2 16h.01m19.79 0c.2-2 .131-5.354 0-6M9 6.8a6 6 0 0 1 9 5.2c0 .47 0 1.17-.02 2\"/></g>"
|
|
1089
1092
|
},
|
|
@@ -2281,6 +2284,12 @@
|
|
|
2281
2284
|
"spline": {
|
|
2282
2285
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 6V4c0-.6-.4-1-1-1h-2a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h2c.6 0 1-.4 1-1ZM7 20v-2c0-.6-.4-1-1-1H4a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h2c.6 0 1-.4 1-1Zm-2-3A12 12 0 0 1 17 5\"/>"
|
|
2283
2286
|
},
|
|
2287
|
+
"split-square-horizontal": {
|
|
2288
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3m8 0h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3M12 4v16\"/>"
|
|
2289
|
+
},
|
|
2290
|
+
"split-square-vertical": {
|
|
2291
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3m0 8v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3m-1-4h16\"/>"
|
|
2292
|
+
},
|
|
2284
2293
|
"sprout": {
|
|
2285
2294
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M7 20h10m-7 0c5.5-2.5.8-6.4 3-10\"/><path d=\"M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7c-2 .4-3.5.4-4.8-.3c-1.2-.6-2.3-1.9-3-4.2c2.8-.5 4.4 0 5.5.8zM14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4c1-1 1.6-2.3 1.7-4.6c-2.7.1-4 1-4.9 2z\"/></g>"
|
|
2286
2295
|
},
|
|
@@ -2674,7 +2683,7 @@
|
|
|
2674
2683
|
"parent": "japanese-yen"
|
|
2675
2684
|
}
|
|
2676
2685
|
},
|
|
2677
|
-
"lastModified":
|
|
2686
|
+
"lastModified": 1677222323,
|
|
2678
2687
|
"width": 24,
|
|
2679
2688
|
"height": 24
|
|
2680
2689
|
}
|
package/info.json
CHANGED