@iconify/json 2.2.118 → 2.2.120
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/collections.json +8 -8
- package/collections.md +8 -8
- package/composer.json +1 -1
- package/json/codicon.json +2 -2
- package/json/fluent.json +675 -31
- package/json/lucide.json +2 -2
- package/json/material-symbols.json +736 -617
- package/json/mingcute.json +450 -10
- package/json/simple-icons.json +18 -6
- package/json/tabler.json +86 -23
- package/package.json +1 -1
package/json/lucide.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"category": "General",
|
|
22
22
|
"palette": false
|
|
23
23
|
},
|
|
24
|
-
"lastModified":
|
|
24
|
+
"lastModified": 1695362002,
|
|
25
25
|
"icons": {
|
|
26
26
|
"accessibility": {
|
|
27
27
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"16\" cy=\"4\" r=\"1\"/><path d=\"m18 19l1-7l-6 1M5 8l3-3l5.5 3l-2.36 3.5m-6.9 3a5 5 0 0 0 6.88 6\"/><path d=\"M13.76 17.5a5 5 0 0 0-6.88-6\"/></g>"
|
|
@@ -1790,7 +1790,7 @@
|
|
|
1790
1790
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 10h.01M15 10h.01M12 2a8 8 0 0 0-8 8v12l3-3l2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z\"/>"
|
|
1791
1791
|
},
|
|
1792
1792
|
"gift": {
|
|
1793
|
-
"body": "<
|
|
1793
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"4\" x=\"3\" y=\"8\" rx=\"1\"/><path d=\"M12 8v13m7-9v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7m2.5-4a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5a2.5 2.5 0 0 1 0 5\"/></g>"
|
|
1794
1794
|
},
|
|
1795
1795
|
"git-branch": {
|
|
1796
1796
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M6 3v12\"/><circle cx=\"18\" cy=\"6\" r=\"3\"/><circle cx=\"6\" cy=\"18\" r=\"3\"/><path d=\"M18 9a9 9 0 0 1-9 9\"/></g>"
|