@iconify/json 2.0.30 → 2.0.31
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 +6 -6
- package/collections.md +6 -6
- package/composer.json +1 -1
- package/json/bi.json +439 -1
- package/json/fluent.json +1359 -37
- package/json/mdi.json +50 -20
- package/json/octicon.json +1 -1
- package/json/simple-icons.json +35 -2
- package/package.json +1 -1
- package/readme.md +1 -1
package/collections.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mdi": {
|
|
3
3
|
"name": "Material Design Icons",
|
|
4
|
-
"total":
|
|
4
|
+
"total": 6682,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Austin Andrews",
|
|
7
7
|
"url": "https://github.com/Templarian/MaterialDesign"
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
},
|
|
279
279
|
"bi": {
|
|
280
280
|
"name": "Bootstrap Icons",
|
|
281
|
-
"total":
|
|
281
|
+
"total": 1668,
|
|
282
282
|
"version": "1.7.2",
|
|
283
283
|
"author": {
|
|
284
284
|
"name": "The Bootstrap Authors",
|
|
@@ -1464,8 +1464,8 @@
|
|
|
1464
1464
|
},
|
|
1465
1465
|
"fluent": {
|
|
1466
1466
|
"name": "Fluent UI System Icons",
|
|
1467
|
-
"total":
|
|
1468
|
-
"version": "1.1.
|
|
1467
|
+
"total": 10082,
|
|
1468
|
+
"version": "1.1.158",
|
|
1469
1469
|
"author": {
|
|
1470
1470
|
"name": "Microsoft Corporation",
|
|
1471
1471
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
|
@@ -2110,8 +2110,8 @@
|
|
|
2110
2110
|
},
|
|
2111
2111
|
"simple-icons": {
|
|
2112
2112
|
"name": "Simple Icons",
|
|
2113
|
-
"total":
|
|
2114
|
-
"version": "6.
|
|
2113
|
+
"total": 2163,
|
|
2114
|
+
"version": "6.8.0",
|
|
2115
2115
|
"author": {
|
|
2116
2116
|
"name": "Simple Icons Collaborators",
|
|
2117
2117
|
"url": "https://github.com/simple-icons/simple-icons"
|
package/collections.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
### Material Design Icons
|
|
6
|
-
* Number of icons:
|
|
6
|
+
* Number of icons: 6682
|
|
7
7
|
* Author: Austin Andrews
|
|
8
8
|
* URL: https://github.com/Templarian/MaterialDesign
|
|
9
9
|
* License: Open Font License
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
### Bootstrap Icons
|
|
127
|
-
* Number of icons:
|
|
127
|
+
* Number of icons: 1668
|
|
128
128
|
* Author: The Bootstrap Authors
|
|
129
129
|
* URL: https://github.com/twbs/icons
|
|
130
130
|
* License: MIT
|
|
@@ -640,12 +640,12 @@
|
|
|
640
640
|
|
|
641
641
|
|
|
642
642
|
### Fluent UI System Icons
|
|
643
|
-
* Number of icons:
|
|
643
|
+
* Number of icons: 10082
|
|
644
644
|
* Author: Microsoft Corporation
|
|
645
645
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
646
646
|
* License: MIT
|
|
647
647
|
* License URL: https://github.com/microsoft/fluentui-system-icons/blob/master/LICENSE
|
|
648
|
-
* Version: 1.1.
|
|
648
|
+
* Version: 1.1.158
|
|
649
649
|
* Palette: Colorless
|
|
650
650
|
|
|
651
651
|
|
|
@@ -941,12 +941,12 @@
|
|
|
941
941
|
|
|
942
942
|
|
|
943
943
|
### Simple Icons
|
|
944
|
-
* Number of icons:
|
|
944
|
+
* Number of icons: 2163
|
|
945
945
|
* Author: Simple Icons Collaborators
|
|
946
946
|
* URL: https://github.com/simple-icons/simple-icons
|
|
947
947
|
* License: CC0 1.0
|
|
948
948
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
949
|
-
* Version: 6.
|
|
949
|
+
* Version: 6.8.0
|
|
950
950
|
* Palette: Colorless
|
|
951
951
|
|
|
952
952
|
|
package/composer.json
CHANGED