@iconify-json/lucide 1.2.5 → 1.2.6
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
|
@@ -1800,6 +1800,9 @@
|
|
|
1800
1800
|
"file-up": {
|
|
1801
1801
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z\"/><path d=\"M14 2v4a2 2 0 0 0 2 2h4m-8 4v6m3-3l-3-3l-3 3\"/></g>"
|
|
1802
1802
|
},
|
|
1803
|
+
"file-user": {
|
|
1804
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 2v4a2 2 0 0 0 2 2h4m-5 10a3 3 0 1 0-6 0\"/><path d=\"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z\"/><circle cx=\"12\" cy=\"13\" r=\"2\"/></g>"
|
|
1805
|
+
},
|
|
1803
1806
|
"file-video": {
|
|
1804
1807
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z\"/><path d=\"M14 2v4a2 2 0 0 0 2 2h4m-10 3l5 3l-5 3z\"/></g>"
|
|
1805
1808
|
},
|
|
@@ -5232,7 +5235,7 @@
|
|
|
5232
5235
|
"parent": "square-x"
|
|
5233
5236
|
}
|
|
5234
5237
|
},
|
|
5235
|
-
"lastModified":
|
|
5238
|
+
"lastModified": 1727326497,
|
|
5236
5239
|
"width": 24,
|
|
5237
5240
|
"height": 24
|
|
5238
5241
|
}
|
package/info.json
CHANGED