@iconify-json/lucide 1.2.75 → 1.2.76
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 +8 -2
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -644,6 +644,9 @@
|
|
|
644
644
|
"book-plus": {
|
|
645
645
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 7v6m-8 6.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20M9 10h6\"/>"
|
|
646
646
|
},
|
|
647
|
+
"book-search": {
|
|
648
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 22H5.5a1 1 0 0 1 0-5h4.501M21 22l-1.879-1.878\"/><path d=\"M3 19.5v-15A2.5 2.5 0 0 1 5.5 2H18a1 1 0 0 1 1 1v8\"/><circle cx=\"17\" cy=\"18\" r=\"3\"/></g>"
|
|
649
|
+
},
|
|
647
650
|
"book-text": {
|
|
648
651
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20M8 11h8M8 7h6\"/>"
|
|
649
652
|
},
|
|
@@ -2201,6 +2204,9 @@
|
|
|
2201
2204
|
"forklift": {
|
|
2202
2205
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 12H5a2 2 0 0 0-2 2v5\"/><circle cx=\"13\" cy=\"19\" r=\"2\"/><circle cx=\"5\" cy=\"19\" r=\"2\"/><path d=\"M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5\"/></g>"
|
|
2203
2206
|
},
|
|
2207
|
+
"form": {
|
|
2208
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 14h6M4 2h10\"/><rect width=\"16\" height=\"4\" x=\"4\" y=\"18\" rx=\"1\"/><rect width=\"16\" height=\"4\" x=\"4\" y=\"6\" rx=\"1\"/></g>"
|
|
2209
|
+
},
|
|
2204
2210
|
"forward": {
|
|
2205
2211
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m15 17l5-5l-5-5\"/><path d=\"M4 18v-2a4 4 0 0 1 4-4h12\"/></g>"
|
|
2206
2212
|
},
|
|
@@ -3867,7 +3873,7 @@
|
|
|
3867
3873
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M13 13H8a1 1 0 0 0-1 1v7m7-13h1m2 13v-4M2 2l20 20\"/><path d=\"M20.41 20.41A2 2 0 0 1 19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 .59-1.41M29.5 11.5s5 5 4 5M9 3h6.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V15\"/></g>"
|
|
3868
3874
|
},
|
|
3869
3875
|
"scale": {
|
|
3870
|
-
"body": "<
|
|
3876
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3v18m7-13l3 8a5 5 0 0 1-6 0zV7\"/><path d=\"M3 7h1a17 17 0 0 0 8-2a17 17 0 0 0 8 2h1M5 8l3 8a5 5 0 0 1-6 0zV7m2 14h10\"/></g>"
|
|
3871
3877
|
},
|
|
3872
3878
|
"scale-3d": {
|
|
3873
3879
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 7v11a1 1 0 0 0 1 1h11m-11.707-.293L11 13\"/><circle cx=\"19\" cy=\"19\" r=\"2\"/><circle cx=\"5\" cy=\"5\" r=\"2\"/></g>"
|
|
@@ -5759,7 +5765,7 @@
|
|
|
5759
5765
|
"parent": "square-x"
|
|
5760
5766
|
}
|
|
5761
5767
|
},
|
|
5762
|
-
"lastModified":
|
|
5768
|
+
"lastModified": 1764229303,
|
|
5763
5769
|
"width": 24,
|
|
5764
5770
|
"height": 24
|
|
5765
5771
|
}
|
package/info.json
CHANGED