@iconify/json 2.2.330 → 2.2.332
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 +11 -11
- package/collections.md +11 -11
- package/composer.json +1 -1
- package/json/carbon.json +1 -1
- package/json/catppuccin.json +8 -2
- package/json/fluent-color.json +859 -750
- package/json/fluent.json +266 -21
- package/json/ix.json +235 -55
- package/json/lucide.json +2 -2
- package/json/material-icon-theme.json +7 -2
- package/json/pajamas.json +6 -3
- package/json/tdesign.json +66 -43
- package/json/vscode-icons.json +2 -2
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -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"
|
|
@@ -2010,8 +2010,8 @@
|
|
|
2010
2010
|
},
|
|
2011
2011
|
"fluent": {
|
|
2012
2012
|
"name": "Fluent UI System Icons",
|
|
2013
|
-
"total":
|
|
2014
|
-
"version": "1.1.
|
|
2013
|
+
"total": 17903,
|
|
2014
|
+
"version": "1.1.298",
|
|
2015
2015
|
"author": {
|
|
2016
2016
|
"name": "Microsoft Corporation",
|
|
2017
2017
|
"url": "https://github.com/microsoft/fluentui-system-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.128.0",
|
|
2528
2528
|
"author": {
|
|
2529
2529
|
"name": "GitLab B.V.",
|
|
2530
2530
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
|
@@ -2760,8 +2760,8 @@
|
|
|
2760
2760
|
},
|
|
2761
2761
|
"fluent-color": {
|
|
2762
2762
|
"name": "Fluent UI System Color Icons",
|
|
2763
|
-
"total":
|
|
2764
|
-
"version": "1.1.
|
|
2763
|
+
"total": 857,
|
|
2764
|
+
"version": "1.1.298",
|
|
2765
2765
|
"author": {
|
|
2766
2766
|
"name": "Microsoft Corporation",
|
|
2767
2767
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -2901,7 +2901,7 @@
|
|
|
2901
2901
|
},
|
|
2902
2902
|
"material-icon-theme": {
|
|
2903
2903
|
"name": "Material Icon Theme",
|
|
2904
|
-
"total":
|
|
2904
|
+
"total": 1034,
|
|
2905
2905
|
"author": {
|
|
2906
2906
|
"name": "Material Extensions",
|
|
2907
2907
|
"url": "https://github.com/material-extensions/vscode-material-icon-theme"
|
|
@@ -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"
|
package/collections.md
CHANGED
|
@@ -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))
|
|
@@ -748,12 +748,12 @@
|
|
|
748
748
|
* File: [json/formkit.json](json/formkit.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
749
749
|
|
|
750
750
|
## Fluent UI System Icons
|
|
751
|
-
* Number of icons:
|
|
751
|
+
* Number of icons: 17903
|
|
752
752
|
* Author: Microsoft Corporation
|
|
753
753
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
754
754
|
* License: MIT
|
|
755
755
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE
|
|
756
|
-
* Version: 1.1.
|
|
756
|
+
* Version: 1.1.298
|
|
757
757
|
* Palette: Colorless
|
|
758
758
|
* Icon set prefix: `fluent`
|
|
759
759
|
* File: [json/fluent.json](json/fluent.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.128.0
|
|
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))
|
|
@@ -1047,12 +1047,12 @@
|
|
|
1047
1047
|
* File: [json/qlementine-icons.json](json/qlementine-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1048
1048
|
|
|
1049
1049
|
## Fluent UI System Color Icons
|
|
1050
|
-
* Number of icons:
|
|
1050
|
+
* Number of icons: 857
|
|
1051
1051
|
* Author: Microsoft Corporation
|
|
1052
1052
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
1053
1053
|
* License: MIT
|
|
1054
1054
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE
|
|
1055
|
-
* Version: 1.1.
|
|
1055
|
+
* Version: 1.1.298
|
|
1056
1056
|
* Palette: Colorful
|
|
1057
1057
|
* Icon set prefix: `fluent-color`
|
|
1058
1058
|
* File: [json/fluent-color.json](json/fluent-color.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1099,7 +1099,7 @@
|
|
|
1099
1099
|
* File: [json/codicon.json](json/codicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1100
1100
|
|
|
1101
1101
|
## Material Icon Theme
|
|
1102
|
-
* Number of icons:
|
|
1102
|
+
* Number of icons: 1034
|
|
1103
1103
|
* Author: Material Extensions
|
|
1104
1104
|
* URL: https://github.com/material-extensions/vscode-material-icon-theme
|
|
1105
1105
|
* License: MIT
|
|
@@ -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
|
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
|
},
|