@iconify-json/lucide 1.1.126 → 1.1.127
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
|
@@ -3229,6 +3229,9 @@
|
|
|
3229
3229
|
"speaker": {
|
|
3230
3230
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\" ry=\"2\"/><circle cx=\"12\" cy=\"14\" r=\"4\"/><path d=\"M12 6h.01\"/></g>"
|
|
3231
3231
|
},
|
|
3232
|
+
"speech": {
|
|
3233
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20m17.8-2.2a7.5 7.5 0 0 0 .003-10.603M17 15a3.5 3.5 0 0 0-.025-4.975\"/>"
|
|
3234
|
+
},
|
|
3232
3235
|
"spell-check": {
|
|
3233
3236
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 16l6-12l6 12M8 12h8m0 8l2 2l4-4\"/>"
|
|
3234
3237
|
},
|
|
@@ -3869,7 +3872,7 @@
|
|
|
3869
3872
|
"parent": "tram-front"
|
|
3870
3873
|
}
|
|
3871
3874
|
},
|
|
3872
|
-
"lastModified":
|
|
3875
|
+
"lastModified": 1694753104,
|
|
3873
3876
|
"width": 24,
|
|
3874
3877
|
"height": 24
|
|
3875
3878
|
}
|
package/info.json
CHANGED