@iconify/json 2.2.392 → 2.2.394
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 +101 -45
- package/collections.md +48 -27
- package/composer.json +1 -1
- package/json/carbon.json +113 -5
- package/json/codicon.json +1 -1
- package/json/lucide.json +10 -7
- package/json/material-icon-theme.json +12 -2
- package/json/material-symbols-light.json +34 -2
- package/json/material-symbols.json +34 -2
- package/json/octicon.json +25 -3
- package/json/pajamas.json +1 -1
- package/json/ri.json +314 -6
- package/json/roentgen.json +1576 -0
- package/json/si.json +209 -70
- package/json/temaki.json +1795 -0
- package/json/token-branded.json +3 -3
- package/json/token.json +3 -3
- package/json/vscode-icons.json +5 -2
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"material-symbols": {
|
|
3
3
|
"name": "Material Symbols",
|
|
4
|
-
"total":
|
|
4
|
+
"total": 14840,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Google",
|
|
7
7
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"material-symbols-light": {
|
|
30
30
|
"name": "Material Symbols Light",
|
|
31
|
-
"total":
|
|
31
|
+
"total": 14910,
|
|
32
32
|
"author": {
|
|
33
33
|
"name": "Google",
|
|
34
34
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -254,8 +254,8 @@
|
|
|
254
254
|
},
|
|
255
255
|
"ri": {
|
|
256
256
|
"name": "Remix Icon",
|
|
257
|
-
"total":
|
|
258
|
-
"version": "4.
|
|
257
|
+
"total": 3135,
|
|
258
|
+
"version": "4.7.0",
|
|
259
259
|
"author": {
|
|
260
260
|
"name": "Remix Design",
|
|
261
261
|
"url": "https://github.com/Remix-Design/RemixIcon"
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
},
|
|
369
369
|
"lucide": {
|
|
370
370
|
"name": "Lucide",
|
|
371
|
-
"total":
|
|
371
|
+
"total": 1637,
|
|
372
372
|
"author": {
|
|
373
373
|
"name": "Lucide Contributors",
|
|
374
374
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
},
|
|
482
482
|
"si": {
|
|
483
483
|
"name": "Sargam Icons",
|
|
484
|
-
"total":
|
|
484
|
+
"total": 1227,
|
|
485
485
|
"author": {
|
|
486
486
|
"name": "Abhimanyu Rana",
|
|
487
487
|
"url": "https://github.com/planetabhi/sargam-icons"
|
|
@@ -1686,8 +1686,8 @@
|
|
|
1686
1686
|
},
|
|
1687
1687
|
"carbon": {
|
|
1688
1688
|
"name": "Carbon",
|
|
1689
|
-
"total":
|
|
1690
|
-
"version": "11.
|
|
1689
|
+
"total": 2392,
|
|
1690
|
+
"version": "11.69.0",
|
|
1691
1691
|
"author": {
|
|
1692
1692
|
"name": "IBM",
|
|
1693
1693
|
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
|
|
@@ -1883,6 +1883,34 @@
|
|
|
1883
1883
|
"category": "UI 16px / 32px",
|
|
1884
1884
|
"palette": false
|
|
1885
1885
|
},
|
|
1886
|
+
"roentgen": {
|
|
1887
|
+
"name": "Röntgen",
|
|
1888
|
+
"total": 514,
|
|
1889
|
+
"author": {
|
|
1890
|
+
"name": "Sergey Vartanov",
|
|
1891
|
+
"url": "https://github.com/enzet/Roentgen"
|
|
1892
|
+
},
|
|
1893
|
+
"license": {
|
|
1894
|
+
"title": "CC BY 4.0",
|
|
1895
|
+
"spdx": "CC-BY-4.0",
|
|
1896
|
+
"url": "https://creativecommons.org/licenses/by/4.0/"
|
|
1897
|
+
},
|
|
1898
|
+
"samples": [
|
|
1899
|
+
"garage-door",
|
|
1900
|
+
"onion-roof-shape",
|
|
1901
|
+
"shelter",
|
|
1902
|
+
"circle-11",
|
|
1903
|
+
"default",
|
|
1904
|
+
"pyramid"
|
|
1905
|
+
],
|
|
1906
|
+
"height": 16,
|
|
1907
|
+
"category": "UI 16px / 32px",
|
|
1908
|
+
"tags": [
|
|
1909
|
+
"Precise Shapes",
|
|
1910
|
+
"Has Padding"
|
|
1911
|
+
],
|
|
1912
|
+
"palette": false
|
|
1913
|
+
},
|
|
1886
1914
|
"ep": {
|
|
1887
1915
|
"name": "Element Plus",
|
|
1888
1916
|
"total": 293,
|
|
@@ -2329,8 +2357,8 @@
|
|
|
2329
2357
|
},
|
|
2330
2358
|
"octicon": {
|
|
2331
2359
|
"name": "Octicons",
|
|
2332
|
-
"total":
|
|
2333
|
-
"version": "19.
|
|
2360
|
+
"total": 670,
|
|
2361
|
+
"version": "19.19.0",
|
|
2334
2362
|
"author": {
|
|
2335
2363
|
"name": "GitHub",
|
|
2336
2364
|
"url": "https://github.com/primer/octicons/"
|
|
@@ -2489,35 +2517,6 @@
|
|
|
2489
2517
|
"category": "UI Other / Mixed Grid",
|
|
2490
2518
|
"palette": false
|
|
2491
2519
|
},
|
|
2492
|
-
"maki": {
|
|
2493
|
-
"name": "Maki",
|
|
2494
|
-
"total": 215,
|
|
2495
|
-
"version": "8.2.0",
|
|
2496
|
-
"author": {
|
|
2497
|
-
"name": "Mapbox",
|
|
2498
|
-
"url": "https://github.com/mapbox/maki"
|
|
2499
|
-
},
|
|
2500
|
-
"license": {
|
|
2501
|
-
"title": "CC0",
|
|
2502
|
-
"spdx": "CC0-1.0",
|
|
2503
|
-
"url": "https://creativecommons.org/publicdomain/zero/1.0/"
|
|
2504
|
-
},
|
|
2505
|
-
"samples": [
|
|
2506
|
-
"entrance-alt1",
|
|
2507
|
-
"clothing-store",
|
|
2508
|
-
"grocery",
|
|
2509
|
-
"roadblock",
|
|
2510
|
-
"monument",
|
|
2511
|
-
"shelter"
|
|
2512
|
-
],
|
|
2513
|
-
"height": 15,
|
|
2514
|
-
"category": "UI Other / Mixed Grid",
|
|
2515
|
-
"tags": [
|
|
2516
|
-
"Precise Shapes",
|
|
2517
|
-
"Has Padding"
|
|
2518
|
-
],
|
|
2519
|
-
"palette": false
|
|
2520
|
-
},
|
|
2521
2520
|
"codex": {
|
|
2522
2521
|
"name": "CodeX Icons",
|
|
2523
2522
|
"total": 78,
|
|
@@ -2731,7 +2730,7 @@
|
|
|
2731
2730
|
"pajamas": {
|
|
2732
2731
|
"name": "Gitlab SVGs",
|
|
2733
2732
|
"total": 410,
|
|
2734
|
-
"version": "3.
|
|
2733
|
+
"version": "3.148.0",
|
|
2735
2734
|
"author": {
|
|
2736
2735
|
"name": "GitLab B.V.",
|
|
2737
2736
|
"url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main"
|
|
@@ -2939,6 +2938,63 @@
|
|
|
2939
2938
|
],
|
|
2940
2939
|
"palette": false
|
|
2941
2940
|
},
|
|
2941
|
+
"maki": {
|
|
2942
|
+
"name": "Maki",
|
|
2943
|
+
"total": 215,
|
|
2944
|
+
"version": "8.2.0",
|
|
2945
|
+
"author": {
|
|
2946
|
+
"name": "Mapbox",
|
|
2947
|
+
"url": "https://github.com/mapbox/maki"
|
|
2948
|
+
},
|
|
2949
|
+
"license": {
|
|
2950
|
+
"title": "CC0",
|
|
2951
|
+
"spdx": "CC0-1.0",
|
|
2952
|
+
"url": "https://creativecommons.org/publicdomain/zero/1.0/"
|
|
2953
|
+
},
|
|
2954
|
+
"samples": [
|
|
2955
|
+
"entrance-alt1",
|
|
2956
|
+
"clothing-store",
|
|
2957
|
+
"grocery",
|
|
2958
|
+
"roadblock",
|
|
2959
|
+
"monument",
|
|
2960
|
+
"shelter"
|
|
2961
|
+
],
|
|
2962
|
+
"height": 15,
|
|
2963
|
+
"category": "UI Other / Mixed Grid",
|
|
2964
|
+
"tags": [
|
|
2965
|
+
"Precise Shapes",
|
|
2966
|
+
"Has Padding"
|
|
2967
|
+
],
|
|
2968
|
+
"palette": false
|
|
2969
|
+
},
|
|
2970
|
+
"temaki": {
|
|
2971
|
+
"name": "Temaki",
|
|
2972
|
+
"total": 539,
|
|
2973
|
+
"version": "5.10.0",
|
|
2974
|
+
"author": {
|
|
2975
|
+
"name": "Bryan Housel",
|
|
2976
|
+
"url": "https://github.com/rapideditor/temaki"
|
|
2977
|
+
},
|
|
2978
|
+
"license": {
|
|
2979
|
+
"title": "CC0",
|
|
2980
|
+
"spdx": "CC0-1.0",
|
|
2981
|
+
"url": "https://creativecommons.org/publicdomain/zero/1.0/"
|
|
2982
|
+
},
|
|
2983
|
+
"samples": [
|
|
2984
|
+
"milestone",
|
|
2985
|
+
"elevator",
|
|
2986
|
+
"storage",
|
|
2987
|
+
"obelisk",
|
|
2988
|
+
"parking-space",
|
|
2989
|
+
"power"
|
|
2990
|
+
],
|
|
2991
|
+
"category": "UI Other / Mixed Grid",
|
|
2992
|
+
"tags": [
|
|
2993
|
+
"Precise Shapes",
|
|
2994
|
+
"Has Padding"
|
|
2995
|
+
],
|
|
2996
|
+
"palette": false
|
|
2997
|
+
},
|
|
2942
2998
|
"oui": {
|
|
2943
2999
|
"name": "OpenSearch UI",
|
|
2944
3000
|
"total": 437,
|
|
@@ -3345,7 +3401,7 @@
|
|
|
3345
3401
|
},
|
|
3346
3402
|
"vscode-icons": {
|
|
3347
3403
|
"name": "VSCode Icons",
|
|
3348
|
-
"total":
|
|
3404
|
+
"total": 1397,
|
|
3349
3405
|
"version": "12.14.0",
|
|
3350
3406
|
"author": {
|
|
3351
3407
|
"name": "Roberto Huertas",
|
|
@@ -3375,7 +3431,7 @@
|
|
|
3375
3431
|
"codicon": {
|
|
3376
3432
|
"name": "Codicons",
|
|
3377
3433
|
"total": 497,
|
|
3378
|
-
"version": "0.0.
|
|
3434
|
+
"version": "0.0.41",
|
|
3379
3435
|
"author": {
|
|
3380
3436
|
"name": "Microsoft Corporation",
|
|
3381
3437
|
"url": "https://github.com/microsoft/vscode-codicons"
|
|
@@ -3402,7 +3458,7 @@
|
|
|
3402
3458
|
},
|
|
3403
3459
|
"material-icon-theme": {
|
|
3404
3460
|
"name": "Material Icon Theme",
|
|
3405
|
-
"total":
|
|
3461
|
+
"total": 1106,
|
|
3406
3462
|
"author": {
|
|
3407
3463
|
"name": "Material Extensions",
|
|
3408
3464
|
"url": "https://github.com/material-extensions/vscode-material-icon-theme"
|
|
@@ -3853,7 +3909,7 @@
|
|
|
3853
3909
|
"token": {
|
|
3854
3910
|
"name": "Web3 Icons",
|
|
3855
3911
|
"total": 1746,
|
|
3856
|
-
"version": "4.0.
|
|
3912
|
+
"version": "4.0.25",
|
|
3857
3913
|
"author": {
|
|
3858
3914
|
"name": "0xa3k5",
|
|
3859
3915
|
"url": "https://github.com/0xa3k5/web3icons"
|
|
@@ -3878,7 +3934,7 @@
|
|
|
3878
3934
|
"token-branded": {
|
|
3879
3935
|
"name": "Web3 Icons Branded",
|
|
3880
3936
|
"total": 2000,
|
|
3881
|
-
"version": "4.0.
|
|
3937
|
+
"version": "4.0.25",
|
|
3882
3938
|
"author": {
|
|
3883
3939
|
"name": "0xa3k5",
|
|
3884
3940
|
"url": "https://github.com/0xa3k5/web3icons"
|
package/collections.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Material Symbols
|
|
5
|
-
* Number of icons:
|
|
5
|
+
* Number of icons: 14840
|
|
6
6
|
* Author: Google
|
|
7
7
|
* URL: https://github.com/google/material-design-icons
|
|
8
8
|
* License: Apache 2.0
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* File: [json/material-symbols.json](json/material-symbols.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
13
13
|
|
|
14
14
|
## Material Symbols Light
|
|
15
|
-
* Number of icons:
|
|
15
|
+
* Number of icons: 14910
|
|
16
16
|
* Author: Google
|
|
17
17
|
* URL: https://github.com/google/material-design-icons
|
|
18
18
|
* License: Apache 2.0
|
|
@@ -95,12 +95,12 @@
|
|
|
95
95
|
* File: [json/mingcute.json](json/mingcute.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
96
96
|
|
|
97
97
|
## Remix Icon
|
|
98
|
-
* Number of icons:
|
|
98
|
+
* Number of icons: 3135
|
|
99
99
|
* Author: Remix Design
|
|
100
100
|
* URL: https://github.com/Remix-Design/RemixIcon
|
|
101
101
|
* License: Apache 2.0
|
|
102
102
|
* License URL: https://github.com/Remix-Design/RemixIcon/blob/master/License
|
|
103
|
-
* Version: 4.
|
|
103
|
+
* Version: 4.7.0
|
|
104
104
|
* Palette: Colorless
|
|
105
105
|
* Icon set prefix: `ri`
|
|
106
106
|
* File: [json/ri.json](json/ri.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
* File: [json/iconoir.json](json/iconoir.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
138
138
|
|
|
139
139
|
## Lucide
|
|
140
|
-
* Number of icons:
|
|
140
|
+
* Number of icons: 1637
|
|
141
141
|
* Author: Lucide Contributors
|
|
142
142
|
* URL: https://github.com/lucide-icons/lucide
|
|
143
143
|
* License: ISC
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
* File: [json/tdesign.json](json/tdesign.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
179
179
|
|
|
180
180
|
## Sargam Icons
|
|
181
|
-
* Number of icons:
|
|
181
|
+
* Number of icons: 1227
|
|
182
182
|
* Author: Abhimanyu Rana
|
|
183
183
|
* URL: https://github.com/planetabhi/sargam-icons
|
|
184
184
|
* License: MIT
|
|
@@ -629,11 +629,11 @@
|
|
|
629
629
|
* File: [json/guidance.json](json/guidance.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
630
630
|
|
|
631
631
|
## Carbon
|
|
632
|
-
* Number of icons:
|
|
632
|
+
* Number of icons: 2392
|
|
633
633
|
* Author: IBM
|
|
634
634
|
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
|
|
635
635
|
* License: Apache 2.0
|
|
636
|
-
* Version: 11.
|
|
636
|
+
* Version: 11.69.0
|
|
637
637
|
* Palette: Colorless
|
|
638
638
|
* Icon set prefix: `carbon`
|
|
639
639
|
* File: [json/carbon.json](json/carbon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -702,6 +702,16 @@
|
|
|
702
702
|
* Icon set prefix: `cil`
|
|
703
703
|
* File: [json/cil.json](json/cil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
704
704
|
|
|
705
|
+
## Röntgen
|
|
706
|
+
* Number of icons: 514
|
|
707
|
+
* Author: Sergey Vartanov
|
|
708
|
+
* URL: https://github.com/enzet/Roentgen
|
|
709
|
+
* License: CC BY 4.0
|
|
710
|
+
* License URL: https://creativecommons.org/licenses/by/4.0/
|
|
711
|
+
* Palette: Colorless
|
|
712
|
+
* Icon set prefix: `roentgen`
|
|
713
|
+
* File: [json/roentgen.json](json/roentgen.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
714
|
+
|
|
705
715
|
## Element Plus
|
|
706
716
|
* Number of icons: 293
|
|
707
717
|
* Author: Element Plus
|
|
@@ -871,12 +881,12 @@
|
|
|
871
881
|
* File: [json/ix.json](json/ix.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
872
882
|
|
|
873
883
|
## Octicons
|
|
874
|
-
* Number of icons:
|
|
884
|
+
* Number of icons: 670
|
|
875
885
|
* Author: GitHub
|
|
876
886
|
* URL: https://github.com/primer/octicons/
|
|
877
887
|
* License: MIT
|
|
878
888
|
* License URL: https://github.com/primer/octicons/blob/main/LICENSE
|
|
879
|
-
* Version: 19.
|
|
889
|
+
* Version: 19.19.0
|
|
880
890
|
* Palette: Colorless
|
|
881
891
|
* Icon set prefix: `octicon`
|
|
882
892
|
* File: [json/octicon.json](json/octicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -934,17 +944,6 @@
|
|
|
934
944
|
* Icon set prefix: `uiw`
|
|
935
945
|
* File: [json/uiw.json](json/uiw.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
936
946
|
|
|
937
|
-
## Maki
|
|
938
|
-
* Number of icons: 215
|
|
939
|
-
* Author: Mapbox
|
|
940
|
-
* URL: https://github.com/mapbox/maki
|
|
941
|
-
* License: CC0
|
|
942
|
-
* License URL: https://creativecommons.org/publicdomain/zero/1.0/
|
|
943
|
-
* Version: 8.2.0
|
|
944
|
-
* Palette: Colorless
|
|
945
|
-
* Icon set prefix: `maki`
|
|
946
|
-
* File: [json/maki.json](json/maki.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
947
|
-
|
|
948
947
|
## CodeX Icons
|
|
949
948
|
* Number of icons: 78
|
|
950
949
|
* Author: CodeX
|
|
@@ -1038,7 +1037,7 @@
|
|
|
1038
1037
|
* URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main
|
|
1039
1038
|
* License: MIT
|
|
1040
1039
|
* License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE
|
|
1041
|
-
* Version: 3.
|
|
1040
|
+
* Version: 3.148.0
|
|
1042
1041
|
* Palette: Colorless
|
|
1043
1042
|
* Icon set prefix: `pajamas`
|
|
1044
1043
|
* File: [json/pajamas.json](json/pajamas.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1116,6 +1115,28 @@
|
|
|
1116
1115
|
* Icon set prefix: `ooui`
|
|
1117
1116
|
* File: [json/ooui.json](json/ooui.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1118
1117
|
|
|
1118
|
+
## Maki
|
|
1119
|
+
* Number of icons: 215
|
|
1120
|
+
* Author: Mapbox
|
|
1121
|
+
* URL: https://github.com/mapbox/maki
|
|
1122
|
+
* License: CC0
|
|
1123
|
+
* License URL: https://creativecommons.org/publicdomain/zero/1.0/
|
|
1124
|
+
* Version: 8.2.0
|
|
1125
|
+
* Palette: Colorless
|
|
1126
|
+
* Icon set prefix: `maki`
|
|
1127
|
+
* File: [json/maki.json](json/maki.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1128
|
+
|
|
1129
|
+
## Temaki
|
|
1130
|
+
* Number of icons: 539
|
|
1131
|
+
* Author: Bryan Housel
|
|
1132
|
+
* URL: https://github.com/rapideditor/temaki
|
|
1133
|
+
* License: CC0
|
|
1134
|
+
* License URL: https://creativecommons.org/publicdomain/zero/1.0/
|
|
1135
|
+
* Version: 5.10.0
|
|
1136
|
+
* Palette: Colorless
|
|
1137
|
+
* Icon set prefix: `temaki`
|
|
1138
|
+
* File: [json/temaki.json](json/temaki.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1139
|
+
|
|
1119
1140
|
## OpenSearch UI
|
|
1120
1141
|
* Number of icons: 437
|
|
1121
1142
|
* Author: OpenSearch Contributors
|
|
@@ -1278,7 +1299,7 @@
|
|
|
1278
1299
|
* File: [json/marketeq.json](json/marketeq.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1279
1300
|
|
|
1280
1301
|
## VSCode Icons
|
|
1281
|
-
* Number of icons:
|
|
1302
|
+
* Number of icons: 1397
|
|
1282
1303
|
* Author: Roberto Huertas
|
|
1283
1304
|
* URL: https://github.com/vscode-icons/vscode-icons
|
|
1284
1305
|
* License: MIT
|
|
@@ -1294,13 +1315,13 @@
|
|
|
1294
1315
|
* URL: https://github.com/microsoft/vscode-codicons
|
|
1295
1316
|
* License: CC BY 4.0
|
|
1296
1317
|
* License URL: https://github.com/microsoft/vscode-codicons/blob/main/LICENSE
|
|
1297
|
-
* Version: 0.0.
|
|
1318
|
+
* Version: 0.0.41
|
|
1298
1319
|
* Palette: Colorless
|
|
1299
1320
|
* Icon set prefix: `codicon`
|
|
1300
1321
|
* File: [json/codicon.json](json/codicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
1301
1322
|
|
|
1302
1323
|
## Material Icon Theme
|
|
1303
|
-
* Number of icons:
|
|
1324
|
+
* Number of icons: 1106
|
|
1304
1325
|
* Author: Material Extensions
|
|
1305
1326
|
* URL: https://github.com/material-extensions/vscode-material-icon-theme
|
|
1306
1327
|
* License: MIT
|
|
@@ -1489,7 +1510,7 @@
|
|
|
1489
1510
|
* URL: https://github.com/0xa3k5/web3icons
|
|
1490
1511
|
* License: MIT
|
|
1491
1512
|
* License URL: https://github.com/0xa3k5/web3icons/blob/main/LICENCE
|
|
1492
|
-
* Version: 4.0.
|
|
1513
|
+
* Version: 4.0.25
|
|
1493
1514
|
* Palette: Colorless
|
|
1494
1515
|
* Icon set prefix: `token`
|
|
1495
1516
|
* File: [json/token.json](json/token.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -1500,7 +1521,7 @@
|
|
|
1500
1521
|
* URL: https://github.com/0xa3k5/web3icons
|
|
1501
1522
|
* License: MIT
|
|
1502
1523
|
* License URL: https://github.com/0xa3k5/web3icons/blob/main/LICENCE
|
|
1503
|
-
* Version: 4.0.
|
|
1524
|
+
* Version: 4.0.25
|
|
1504
1525
|
* Palette: Colorful
|
|
1505
1526
|
* Icon set prefix: `token-branded`
|
|
1506
1527
|
* File: [json/token-branded.json](json/token-branded.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED