@iconify-json/lucide 1.2.34 → 1.2.35
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
|
@@ -3918,6 +3918,9 @@
|
|
|
3918
3918
|
"spline": {
|
|
3919
3919
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"19\" cy=\"5\" r=\"2\"/><circle cx=\"5\" cy=\"19\" r=\"2\"/><path d=\"M5 17A12 12 0 0 1 17 5\"/></g>"
|
|
3920
3920
|
},
|
|
3921
|
+
"spline-pointer": {
|
|
3922
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033zM5 17A12 12 0 0 1 17 5\"/><circle cx=\"19\" cy=\"5\" r=\"2\"/><circle cx=\"5\" cy=\"19\" r=\"2\"/></g>"
|
|
3923
|
+
},
|
|
3921
3924
|
"split": {
|
|
3922
3925
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M16 3h5v5M8 3H3v5\"/><path d=\"M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3m12 6l6-6\"/></g>"
|
|
3923
3926
|
},
|
|
@@ -5358,7 +5361,7 @@
|
|
|
5358
5361
|
"parent": "square-x"
|
|
5359
5362
|
}
|
|
5360
5363
|
},
|
|
5361
|
-
"lastModified":
|
|
5364
|
+
"lastModified": 1744004038,
|
|
5362
5365
|
"width": 24,
|
|
5363
5366
|
"height": 24
|
|
5364
5367
|
}
|
package/info.json
CHANGED