@iconify-json/lucide 1.2.3 → 1.2.4
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
|
@@ -1208,6 +1208,9 @@
|
|
|
1208
1208
|
"clock-9": {
|
|
1209
1209
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 6v6H7.5\"/></g>"
|
|
1210
1210
|
},
|
|
1211
|
+
"clock-alert": {
|
|
1212
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 6v6l4 2\"/><path d=\"M16 21.16a10 10 0 1 1 5-13.516M20 11.5v6m0 4h.01\"/></g>"
|
|
1213
|
+
},
|
|
1211
1214
|
"clock-arrow-down": {
|
|
1212
1215
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12.338 21.994a10 10 0 1 1 9.587-8.767\"/><path d=\"M12 6v6l2 1m0 5l4 4l4-4m-4-4v8\"/></g>"
|
|
1213
1216
|
},
|
|
@@ -2229,6 +2232,9 @@
|
|
|
2229
2232
|
"heading-6": {
|
|
2230
2233
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 12h8m-8 6V6m8 12V6\"/><circle cx=\"19\" cy=\"16\" r=\"2\"/><path d=\"M20 10c-2 2-3 3.5-3 6\"/></g>"
|
|
2231
2234
|
},
|
|
2235
|
+
"headphone-off": {
|
|
2236
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 14h-1.343M9.128 3.47A9 9 0 0 1 21 12v3.343M2 2l20 20m-1.586-1.586A2 2 0 0 1 19 21h-1a2 2 0 0 1-2-2v-3M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 2.636-6.364\"/>"
|
|
2237
|
+
},
|
|
2232
2238
|
"headphones": {
|
|
2233
2239
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3\"/>"
|
|
2234
2240
|
},
|
|
@@ -2774,7 +2780,7 @@
|
|
|
2774
2780
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2zm-6.5-7.5l-5 5m0-5l5 5\"/>"
|
|
2775
2781
|
},
|
|
2776
2782
|
"messages-square": {
|
|
2777
|
-
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 9a2 2 0 0 1-2 2H6l-4
|
|
2783
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 9a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2zm4 0h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1\"/>"
|
|
2778
2784
|
},
|
|
2779
2785
|
"mic": {
|
|
2780
2786
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3\"/><path d=\"M19 10v2a7 7 0 0 1-14 0v-2m7 9v3\"/></g>"
|
|
@@ -5220,7 +5226,7 @@
|
|
|
5220
5226
|
"parent": "square-x"
|
|
5221
5227
|
}
|
|
5222
5228
|
},
|
|
5223
|
-
"lastModified":
|
|
5229
|
+
"lastModified": 1726290013,
|
|
5224
5230
|
"width": 24,
|
|
5225
5231
|
"height": 24
|
|
5226
5232
|
}
|
package/info.json
CHANGED