@iconify/json 2.2.260 → 2.2.262
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 +14 -15
- package/collections.md +13 -13
- package/composer.json +1 -1
- package/json/healthicons.json +882 -53
- package/json/lucide.json +5 -2
- package/json/material-symbols-light.json +448 -4
- package/json/material-symbols.json +432 -20
- package/json/octicon.json +1 -1
- package/json/oui.json +26 -2
- package/json/proicons.json +56 -11
- package/json/simple-icons.json +7 -7
- package/json/token-branded.json +16 -4
- package/json/token.json +15 -3
- package/package.json +1 -1
package/json/lucide.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1534,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Lucide Contributors",
|
|
8
8
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"category": "UI 24px",
|
|
25
25
|
"palette": false
|
|
26
26
|
},
|
|
27
|
-
"lastModified":
|
|
27
|
+
"lastModified": 1729101401,
|
|
28
28
|
"icons": {
|
|
29
29
|
"a-arrow-down": {
|
|
30
30
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.5 13h6M2 16l4.5-9l4.5 9m7-9v9m-4-4l4 4l4-4\"/>"
|
|
@@ -767,6 +767,9 @@
|
|
|
767
767
|
"calendar": {
|
|
768
768
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 2v4m8-4v4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/><path d=\"M3 10h18\"/></g>"
|
|
769
769
|
},
|
|
770
|
+
"calendar-1": {
|
|
771
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 14h1v4m4-16v4M3 10h18M8 2v4\"/><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"/></g>"
|
|
772
|
+
},
|
|
770
773
|
"calendar-arrow-down": {
|
|
771
774
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m14 18l4 4l4-4M16 2v4m2 8v8\"/><path d=\"M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343M3 10h18M8 2v4\"/></g>"
|
|
772
775
|
},
|