@iconify/json 2.2.329 → 2.2.331
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/carbon.json +1 -1
- package/json/catppuccin.json +8 -2
- package/json/ix.json +235 -55
- package/json/lucide.json +103 -34
- package/json/pajamas.json +6 -3
- package/json/simple-icons.json +3 -3
- package/json/tdesign.json +66 -43
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
},
|
|
398
398
|
"lucide": {
|
|
399
399
|
"name": "Lucide",
|
|
400
|
-
"total":
|
|
400
|
+
"total": 1586,
|
|
401
401
|
"author": {
|
|
402
402
|
"name": "Lucide Contributors",
|
|
403
403
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
},
|
|
484
484
|
"tdesign": {
|
|
485
485
|
"name": "TDesign Icons",
|
|
486
|
-
"total":
|
|
486
|
+
"total": 2124,
|
|
487
487
|
"author": {
|
|
488
488
|
"name": "TDesign",
|
|
489
489
|
"url": "https://github.com/Tencent/tdesign-icons"
|
|
@@ -1585,7 +1585,7 @@
|
|
|
1585
1585
|
"carbon": {
|
|
1586
1586
|
"name": "Carbon",
|
|
1587
1587
|
"total": 2299,
|
|
1588
|
-
"version": "11.
|
|
1588
|
+
"version": "11.59.0",
|
|
1589
1589
|
"author": {
|
|
1590
1590
|
"name": "IBM",
|
|
1591
1591
|
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
|
|
@@ -2123,7 +2123,7 @@
|
|
|
2123
2123
|
},
|
|
2124
2124
|
"ix": {
|
|
2125
2125
|
"name": "Siemens Industrial Experience Icons",
|
|
2126
|
-
"total":
|
|
2126
|
+
"total": 1315,
|
|
2127
2127
|
"author": {
|
|
2128
2128
|
"name": "Siemens AG",
|
|
2129
2129
|
"url": "https://github.com/siemens/ix-icons"
|
|
@@ -2523,8 +2523,8 @@
|
|
|
2523
2523
|
},
|
|
2524
2524
|
"pajamas": {
|
|
2525
2525
|
"name": "Gitlab SVGs",
|
|
2526
|
-
"total":
|
|
2527
|
-
"version": "3.
|
|
2526
|
+
"total": 387,
|
|
2527
|
+
"version": "3.127.2",
|
|
2528
2528
|
"author": {
|
|
2529
2529
|
"name": "GitLab B.V.",
|
|
2530
2530
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
|
@@ -2999,7 +2999,7 @@
|
|
|
2999
2999
|
},
|
|
3000
3000
|
"catppuccin": {
|
|
3001
3001
|
"name": "Catppuccin Icons",
|
|
3002
|
-
"total":
|
|
3002
|
+
"total": 560,
|
|
3003
3003
|
"author": {
|
|
3004
3004
|
"name": "Catppuccin",
|
|
3005
3005
|
"url": "https://github.com/catppuccin/vscode-icons"
|
|
@@ -3072,7 +3072,7 @@
|
|
|
3072
3072
|
"simple-icons": {
|
|
3073
3073
|
"name": "Simple Icons",
|
|
3074
3074
|
"total": 3282,
|
|
3075
|
-
"version": "14.12.
|
|
3075
|
+
"version": "14.12.3",
|
|
3076
3076
|
"author": {
|
|
3077
3077
|
"name": "Simple Icons Collaborators",
|
|
3078
3078
|
"url": "https://github.com/simple-icons/simple-icons"
|
package/collections.md
CHANGED
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
* File: [json/iconoir.json](json/iconoir.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
147
147
|
|
|
148
148
|
## Lucide
|
|
149
|
-
* Number of icons:
|
|
149
|
+
* Number of icons: 1586
|
|
150
150
|
* Author: Lucide Contributors
|
|
151
151
|
* URL: https://github.com/lucide-icons/lucide
|
|
152
152
|
* License: ISC
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
* File: [json/uil.json](json/uil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
178
178
|
|
|
179
179
|
## TDesign Icons
|
|
180
|
-
* Number of icons:
|
|
180
|
+
* Number of icons: 2124
|
|
181
181
|
* Author: TDesign
|
|
182
182
|
* URL: https://github.com/Tencent/tdesign-icons
|
|
183
183
|
* License: MIT
|
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
* Author: IBM
|
|
594
594
|
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
|
|
595
595
|
* License: Apache 2.0
|
|
596
|
-
* Version: 11.
|
|
596
|
+
* Version: 11.59.0
|
|
597
597
|
* Palette: Colorless
|
|
598
598
|
* Icon set prefix: `carbon`
|
|
599
599
|
* File: [json/carbon.json](json/carbon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
* File: [json/clarity.json](json/clarity.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
792
792
|
|
|
793
793
|
## Siemens Industrial Experience Icons
|
|
794
|
-
* Number of icons:
|
|
794
|
+
* Number of icons: 1315
|
|
795
795
|
* Author: Siemens AG
|
|
796
796
|
* URL: https://github.com/siemens/ix-icons
|
|
797
797
|
* License: MIT
|
|
@@ -952,12 +952,12 @@
|
|
|
952
952
|
* File: [json/f7.json](json/f7.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
953
953
|
|
|
954
954
|
## Gitlab SVGs
|
|
955
|
-
* Number of icons:
|
|
955
|
+
* Number of icons: 387
|
|
956
956
|
* Author: GitLab B.V.
|
|
957
957
|
* URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main
|
|
958
958
|
* License: MIT
|
|
959
959
|
* License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE
|
|
960
|
-
* Version: 3.
|
|
960
|
+
* Version: 3.127.2
|
|
961
961
|
* Palette: Colorless
|
|
962
962
|
* Icon set prefix: `pajamas`
|
|
963
963
|
* File: [json/pajamas.json](json/pajamas.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1139,7 +1139,7 @@
|
|
|
1139
1139
|
* File: [json/devicon-plain.json](json/devicon-plain.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1140
1140
|
|
|
1141
1141
|
## Catppuccin Icons
|
|
1142
|
-
* Number of icons:
|
|
1142
|
+
* Number of icons: 560
|
|
1143
1143
|
* Author: Catppuccin
|
|
1144
1144
|
* URL: https://github.com/catppuccin/vscode-icons
|
|
1145
1145
|
* License: MIT
|
|
@@ -1173,7 +1173,7 @@
|
|
|
1173
1173
|
* URL: https://github.com/simple-icons/simple-icons
|
|
1174
1174
|
* License: CC0 1.0
|
|
1175
1175
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
1176
|
-
* Version: 14.12.
|
|
1176
|
+
* Version: 14.12.3
|
|
1177
1177
|
* Palette: Colorless
|
|
1178
1178
|
* Icon set prefix: `simple-icons`
|
|
1179
1179
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED
package/json/carbon.json
CHANGED
package/json/catppuccin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "catppuccin",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Catppuccin Icons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 560,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Catppuccin",
|
|
8
8
|
"url": "https://github.com/catppuccin/vscode-icons"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"category": "Programming",
|
|
25
25
|
"palette": true
|
|
26
26
|
},
|
|
27
|
-
"lastModified":
|
|
27
|
+
"lastModified": 1745473159,
|
|
28
28
|
"icons": {
|
|
29
29
|
"adobe-ae": {
|
|
30
30
|
"body": "<g fill=\"none\" stroke=\"#c6a0f6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M14.5 4.389v7.222a2.89 2.89 0 0 1-2.889 2.889H4.39a2.89 2.89 0 0 1-2.89-2.889V4.39A2.89 2.89 0 0 1 4.389 1.5h7.222A2.89 2.89 0 0 1 14.5 4.389\"/><path d=\"M9.499 8.667V7.89a1.5 1.555 0 0 1 1.499-1.555v0a1.5 1.555 0 0 1 1.5 1.555v.777Zm0 0v.778A1.5 1.555 0 0 0 10.998 11h1.125M3.5 11l.843-2.333M8 11l-.843-2.333m-2.812 0L5.75 4.78l1.406 3.888m-2.812 0h2.812\"/></g>"
|
|
@@ -203,6 +203,9 @@
|
|
|
203
203
|
"commitlint": {
|
|
204
204
|
"body": "<g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path stroke=\"#7dc4e4\" d=\"M4.5 9.23c-.74.49-2.04.3-2.59-.45a2.21 2.21 0 0 1 0-2.58c.56-.74 1.85-.92 2.59-.42M5.5 4h1v4.4s-.14 1.12.93 1.1H8.5\"/><path stroke=\"#ed8796\" d=\"M10.5 9.51h4m-4 3.99l2-2l2 2\"/></g>"
|
|
205
205
|
},
|
|
206
|
+
"config": {
|
|
207
|
+
"body": "<path fill=\"none\" stroke=\"#8087a2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.711\" d=\"M7.997 9.694a1.726 1.695 0 1 0 0-3.39a1.726 1.695 0 0 0 0 3.39m3.021-6.78l3.021 5.085l-3.021 5.085H4.976L1.955 7.999l3.021-5.085z\"/>"
|
|
208
|
+
},
|
|
206
209
|
"contributing": {
|
|
207
210
|
"body": "<g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path stroke=\"#cad3f5\" d=\"M8.128 14.499h-4.81c-.386 0-.818-.432-.818-.818V2.317c0-.385.432-.817.817-.817h9.37c.385 0 .817.432.817.817v6.866m-8-3.683H10.5m-5 4h3\"/><path stroke=\"#a6da95\" d=\"m9.5 12.5l2 2l4-4\"/></g>"
|
|
208
211
|
},
|
|
@@ -1165,6 +1168,9 @@
|
|
|
1165
1168
|
"lisp": {
|
|
1166
1169
|
"body": "<g fill=\"none\" stroke=\"#ed8796\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M.5 5.06v6.07C.5 12.41.82 13 2.27 13h5.6c1.04 0 1.63-.51 1.63-1.62c0-.85-.2-1.88-1.5-1.88h-.36C6.4 9.5 6 8.77 6 7.75C6 6.81 6.8 6 7.49 6h2.68\"/><path d=\"M3.5 10.5V4.99C3.5 3.89 3.62 3 5 3h9c.97 0 1.5.99 1.5 1.63c.12 1.55-.98 1.62-2.1 2.16c-.58.26-1.4.52-1.4.98V11\"/></g>"
|
|
1167
1170
|
},
|
|
1171
|
+
"lock": {
|
|
1172
|
+
"body": "<path fill=\"none\" stroke=\"#8087a2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.744\" d=\"M12.36 7.104c.482 0 .872.39.872.872v5.23c0 .481-.39.871-.872.871H3.639a.87.87 0 0 1-.872-.871v-5.23c0-.482.39-.872.872-.872zm-6.977 0V4.488a2.617 2.617 0 0 1 5.234 0v2.616\"/>"
|
|
1173
|
+
},
|
|
1168
1174
|
"log": {
|
|
1169
1175
|
"body": "<g fill=\"none\" stroke=\"#cad3f5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4.5 3.5h9v11h-9z\"/><path d=\"M11.5 3.45V1.5h-9v11h1.95m3.05-5h3m-3 3h3\"/></g>"
|
|
1170
1176
|
},
|