@iconify/json 2.1.14 → 2.1.15
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 +13 -13
- package/collections.md +13 -13
- package/composer.json +1 -1
- package/json/academicons.json +1 -1
- package/json/akar-icons.json +1 -1
- package/json/arcticons.json +99 -4
- package/json/carbon.json +151 -7
- package/json/codicon.json +2 -2
- package/json/fluent.json +458 -44
- package/json/simple-icons.json +8 -2
- package/json/tabler.json +58 -3
- package/json/twemoji.json +454 -6
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -88,8 +88,8 @@
|
|
|
88
88
|
},
|
|
89
89
|
"carbon": {
|
|
90
90
|
"name": "Carbon",
|
|
91
|
-
"total":
|
|
92
|
-
"version": "10.
|
|
91
|
+
"total": 1801,
|
|
92
|
+
"version": "10.48.0",
|
|
93
93
|
"author": {
|
|
94
94
|
"name": "IBM",
|
|
95
95
|
"url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
|
|
@@ -132,8 +132,8 @@
|
|
|
132
132
|
},
|
|
133
133
|
"tabler": {
|
|
134
134
|
"name": "Tabler Icons",
|
|
135
|
-
"total":
|
|
136
|
-
"version": "1.
|
|
135
|
+
"total": 1553,
|
|
136
|
+
"version": "1.55.0",
|
|
137
137
|
"author": {
|
|
138
138
|
"name": "Paweł Kuna",
|
|
139
139
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
"akar-icons": {
|
|
508
508
|
"name": "Akar Icons",
|
|
509
509
|
"total": 393,
|
|
510
|
-
"version": "1.9.
|
|
510
|
+
"version": "1.9.14",
|
|
511
511
|
"author": {
|
|
512
512
|
"name": "Arturo Wibawa",
|
|
513
513
|
"url": "https://github.com/artcoholic/akar-icons"
|
|
@@ -967,8 +967,8 @@
|
|
|
967
967
|
},
|
|
968
968
|
"fluent": {
|
|
969
969
|
"name": "Fluent UI System Icons",
|
|
970
|
-
"total":
|
|
971
|
-
"version": "1.1.
|
|
970
|
+
"total": 10940,
|
|
971
|
+
"version": "1.1.163",
|
|
972
972
|
"author": {
|
|
973
973
|
"name": "Microsoft Corporation",
|
|
974
974
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
"codicon": {
|
|
1079
1079
|
"name": "Codicons",
|
|
1080
1080
|
"total": 408,
|
|
1081
|
-
"version": "0.0.
|
|
1081
|
+
"version": "0.0.29",
|
|
1082
1082
|
"author": {
|
|
1083
1083
|
"name": "Microsoft Corporation",
|
|
1084
1084
|
"url": "https://github.com/microsoft/vscode-codicons"
|
|
@@ -1299,7 +1299,7 @@
|
|
|
1299
1299
|
},
|
|
1300
1300
|
"twemoji": {
|
|
1301
1301
|
"name": "Twitter Emoji",
|
|
1302
|
-
"total":
|
|
1302
|
+
"total": 3668,
|
|
1303
1303
|
"author": {
|
|
1304
1304
|
"name": "Twitter",
|
|
1305
1305
|
"url": "https://github.com/twitter/twemoji"
|
|
@@ -1497,8 +1497,8 @@
|
|
|
1497
1497
|
},
|
|
1498
1498
|
"simple-icons": {
|
|
1499
1499
|
"name": "Simple Icons",
|
|
1500
|
-
"total":
|
|
1501
|
-
"version": "6.
|
|
1500
|
+
"total": 2192,
|
|
1501
|
+
"version": "6.14.0",
|
|
1502
1502
|
"author": {
|
|
1503
1503
|
"name": "Simple Icons Collaborators",
|
|
1504
1504
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -1565,7 +1565,7 @@
|
|
|
1565
1565
|
},
|
|
1566
1566
|
"arcticons": {
|
|
1567
1567
|
"name": "Arcticons",
|
|
1568
|
-
"total":
|
|
1568
|
+
"total": 3861,
|
|
1569
1569
|
"author": {
|
|
1570
1570
|
"name": "Donno",
|
|
1571
1571
|
"url": "https://github.com/Donno/Arcticons"
|
|
@@ -1847,7 +1847,7 @@
|
|
|
1847
1847
|
"academicons": {
|
|
1848
1848
|
"name": "Academicons",
|
|
1849
1849
|
"total": 149,
|
|
1850
|
-
"version": "1.9.
|
|
1850
|
+
"version": "1.9.2",
|
|
1851
1851
|
"author": {
|
|
1852
1852
|
"name": "James Walsh",
|
|
1853
1853
|
"url": "https://github.com/jpswalsh/academicons"
|
package/collections.md
CHANGED
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
### Carbon
|
|
45
|
-
* Number of icons:
|
|
45
|
+
* Number of icons: 1801
|
|
46
46
|
* Author: IBM
|
|
47
47
|
* URL: https://github.com/carbon-design-system/carbon/tree/main/packages/icons
|
|
48
48
|
* License: Apache 2.0
|
|
49
|
-
* Version: 10.
|
|
49
|
+
* Version: 10.48.0
|
|
50
50
|
* Palette: Colorless
|
|
51
51
|
|
|
52
52
|
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
### Tabler Icons
|
|
64
|
-
* Number of icons:
|
|
64
|
+
* Number of icons: 1553
|
|
65
65
|
* Author: Paweł Kuna
|
|
66
66
|
* URL: https://github.com/tabler/tabler-icons
|
|
67
67
|
* License: MIT
|
|
68
68
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
69
|
-
* Version: 1.
|
|
69
|
+
* Version: 1.55.0
|
|
70
70
|
* Palette: Colorless
|
|
71
71
|
|
|
72
72
|
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
* URL: https://github.com/artcoholic/akar-icons
|
|
234
234
|
* License: MIT
|
|
235
235
|
* License URL: https://github.com/artcoholic/akar-icons/blob/master/LICENSE
|
|
236
|
-
* Version: 1.9.
|
|
236
|
+
* Version: 1.9.14
|
|
237
237
|
* Palette: Colorless
|
|
238
238
|
|
|
239
239
|
|
|
@@ -434,12 +434,12 @@
|
|
|
434
434
|
|
|
435
435
|
|
|
436
436
|
### Fluent UI System Icons
|
|
437
|
-
* Number of icons:
|
|
437
|
+
* Number of icons: 10940
|
|
438
438
|
* Author: Microsoft Corporation
|
|
439
439
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
440
440
|
* License: MIT
|
|
441
441
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/master/LICENSE
|
|
442
|
-
* Version: 1.1.
|
|
442
|
+
* Version: 1.1.163
|
|
443
443
|
* Palette: Colorless
|
|
444
444
|
|
|
445
445
|
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
* URL: https://github.com/microsoft/vscode-codicons
|
|
489
489
|
* License: CC BY 4.0
|
|
490
490
|
* License URL: https://github.com/microsoft/vscode-codicons/blob/main/LICENSE
|
|
491
|
-
* Version: 0.0.
|
|
491
|
+
* Version: 0.0.29
|
|
492
492
|
* Palette: Colorless
|
|
493
493
|
|
|
494
494
|
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
|
|
583
583
|
|
|
584
584
|
### Twitter Emoji
|
|
585
|
-
* Number of icons:
|
|
585
|
+
* Number of icons: 3668
|
|
586
586
|
* Author: Twitter
|
|
587
587
|
* URL: https://github.com/twitter/twemoji
|
|
588
588
|
* License: CC BY 4.0
|
|
@@ -668,12 +668,12 @@
|
|
|
668
668
|
|
|
669
669
|
|
|
670
670
|
### Simple Icons
|
|
671
|
-
* Number of icons:
|
|
671
|
+
* Number of icons: 2192
|
|
672
672
|
* Author: Simple Icons Collaborators
|
|
673
673
|
* URL: https://github.com/simple-icons/simple-icons
|
|
674
674
|
* License: CC0 1.0
|
|
675
675
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
676
|
-
* Version: 6.
|
|
676
|
+
* Version: 6.14.0
|
|
677
677
|
* Palette: Colorless
|
|
678
678
|
|
|
679
679
|
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
|
|
699
699
|
|
|
700
700
|
### Arcticons
|
|
701
|
-
* Number of icons:
|
|
701
|
+
* Number of icons: 3861
|
|
702
702
|
* Author: Donno
|
|
703
703
|
* URL: https://github.com/Donno/Arcticons
|
|
704
704
|
* License: CC BY-SA 4.0
|
|
@@ -828,7 +828,7 @@
|
|
|
828
828
|
* URL: https://github.com/jpswalsh/academicons
|
|
829
829
|
* License: Open Font License
|
|
830
830
|
* License URL: https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
|
|
831
|
-
* Version: 1.9.
|
|
831
|
+
* Version: 1.9.2
|
|
832
832
|
* Palette: Colorless
|
|
833
833
|
|
|
834
834
|
|
package/composer.json
CHANGED
package/json/academicons.json
CHANGED