@iconify/json 2.2.138 → 2.2.140
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 +10 -10
- package/collections.md +7 -7
- package/composer.json +1 -1
- package/json/arcticons.json +1640 -32
- package/json/flag.json +43 -23
- package/json/iconoir.json +1 -1
- package/json/lucide.json +7 -4
- package/json/material-symbols-light.json +445 -165
- package/json/material-symbols.json +422 -160
- package/json/openmoji.json +21 -21
- package/json/streamline.json +10959 -3014
- package/package.json +1 -1
package/json/iconoir.json
CHANGED
package/json/lucide.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"category": "General",
|
|
22
22
|
"palette": false
|
|
23
23
|
},
|
|
24
|
-
"lastModified":
|
|
24
|
+
"lastModified": 1699458410,
|
|
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>"
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"airplay": {
|
|
39
39
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1\"/><path d=\"m12 15l5 6H7l5-6z\"/></g>"
|
|
40
40
|
},
|
|
41
|
-
"alarm-check": {
|
|
42
|
-
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"8\"/><path d=\"M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21M9 13l2 2l4-4\"/></g>"
|
|
43
|
-
},
|
|
44
41
|
"alarm-clock": {
|
|
45
42
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"8\"/><path d=\"M12 9v4l2 2M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21\"/></g>"
|
|
46
43
|
},
|
|
44
|
+
"alarm-clock-check": {
|
|
45
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"13\" r=\"8\"/><path d=\"M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21M9 13l2 2l4-4\"/></g>"
|
|
46
|
+
},
|
|
47
47
|
"alarm-clock-off": {
|
|
48
48
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.87 6.87a8 8 0 1 0 11.26 11.26m1.77-3.88a8 8 0 0 0-9.15-9.15M22 6l-3-3M6.26 18.67L4 21M2 2l20 20M4 4L2 6\"/>"
|
|
49
49
|
},
|
|
@@ -4019,6 +4019,9 @@
|
|
|
4019
4019
|
}
|
|
4020
4020
|
},
|
|
4021
4021
|
"aliases": {
|
|
4022
|
+
"alarm-check": {
|
|
4023
|
+
"parent": "alarm-clock-check"
|
|
4024
|
+
},
|
|
4022
4025
|
"align-horizonal-distribute-center": {
|
|
4023
4026
|
"parent": "align-horizontal-distribute-center"
|
|
4024
4027
|
},
|