@iconify-json/lucide 1.2.49 → 1.2.50
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
|
@@ -4809,6 +4809,9 @@
|
|
|
4809
4809
|
"wifi": {
|
|
4810
4810
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h.01M2 8.82a15 15 0 0 1 20 0M5 12.859a10 10 0 0 1 14 0m-10.5 3.57a5 5 0 0 1 7 0\"/>"
|
|
4811
4811
|
},
|
|
4812
|
+
"wifi-cog": {
|
|
4813
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14.305 19.53l.923-.382m0-2.296l-.923-.383m2.547-1.241l-.383-.923m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924M2 7.82a15 15 0 0 1 20 0m-1.228 9.032l.924-.383m-.924 2.679l.924.383M5 11.858a10 10 0 0 1 11.5-1.785m-8 5.356a5 5 0 0 1 2.413-1.31\"/><circle cx=\"18\" cy=\"18\" r=\"3\"/></g>"
|
|
4814
|
+
},
|
|
4812
4815
|
"wifi-high": {
|
|
4813
4816
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h.01M5 12.859a10 10 0 0 1 14 0m-10.5 3.57a5 5 0 0 1 7 0\"/>"
|
|
4814
4817
|
},
|
|
@@ -5475,7 +5478,7 @@
|
|
|
5475
5478
|
"parent": "square-x"
|
|
5476
5479
|
}
|
|
5477
5480
|
},
|
|
5478
|
-
"lastModified":
|
|
5481
|
+
"lastModified": 1750223338,
|
|
5479
5482
|
"width": 24,
|
|
5480
5483
|
"height": 24
|
|
5481
5484
|
}
|
package/info.json
CHANGED