@iconify-json/lucide 1.2.95 → 1.2.96
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
|
@@ -1735,6 +1735,9 @@
|
|
|
1735
1735
|
"egg-off": {
|
|
1736
1736
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m2 2l20 20m-2-7.653V14c0-6-4-12-8-12c-1.078 0-2.157.436-3.157 1.19M6.206 6.21C4.871 8.4 4 11.2 4 14a8 8 0 0 0 14.568 4.568\"/>"
|
|
1737
1737
|
},
|
|
1738
|
+
"ellipse": {
|
|
1739
|
+
"body": "<ellipse cx=\"12\" cy=\"12\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" rx=\"10\" ry=\"6\"/>"
|
|
1740
|
+
},
|
|
1738
1741
|
"ellipsis": {
|
|
1739
1742
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"1\"/><circle cx=\"19\" cy=\"12\" r=\"1\"/><circle cx=\"5\" cy=\"12\" r=\"1\"/></g>"
|
|
1740
1743
|
},
|
|
@@ -5921,7 +5924,7 @@
|
|
|
5921
5924
|
"parent": "square-x"
|
|
5922
5925
|
}
|
|
5923
5926
|
},
|
|
5924
|
-
"lastModified":
|
|
5927
|
+
"lastModified": 1772823499,
|
|
5925
5928
|
"width": 24,
|
|
5926
5929
|
"height": 24
|
|
5927
5930
|
}
|
package/info.json
CHANGED