@iconify/json 2.0.26 → 2.0.27
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 +3 -3
- package/collections.md +3 -3
- package/composer.json +1 -1
- package/json/ep.json +1 -1
- package/json/fluent.json +5479 -4921
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
"ep": {
|
|
802
802
|
"name": "Element Plus",
|
|
803
803
|
"total": 281,
|
|
804
|
-
"version": "0.2.
|
|
804
|
+
"version": "0.2.6",
|
|
805
805
|
"author": {
|
|
806
806
|
"name": "Element Plus",
|
|
807
807
|
"url": "https://github.com/element-plus/element-plus-icons"
|
|
@@ -1464,8 +1464,8 @@
|
|
|
1464
1464
|
},
|
|
1465
1465
|
"fluent": {
|
|
1466
1466
|
"name": "Fluent UI System Icons",
|
|
1467
|
-
"total":
|
|
1468
|
-
"version": "1.1.
|
|
1467
|
+
"total": 9804,
|
|
1468
|
+
"version": "1.1.157",
|
|
1469
1469
|
"author": {
|
|
1470
1470
|
"name": "Microsoft Corporation",
|
|
1471
1471
|
"url": "https://github.com/microsoft/fluentui-system-icons"
|
package/collections.md
CHANGED
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
* URL: https://github.com/element-plus/element-plus-icons
|
|
359
359
|
* License: MIT
|
|
360
360
|
* License URL: https://github.com/element-plus/element-plus-icons/blob/main/packages/svg/package.json
|
|
361
|
-
* Version: 0.2.
|
|
361
|
+
* Version: 0.2.6
|
|
362
362
|
* Palette: Colorless
|
|
363
363
|
|
|
364
364
|
|
|
@@ -640,12 +640,12 @@
|
|
|
640
640
|
|
|
641
641
|
|
|
642
642
|
### Fluent UI System Icons
|
|
643
|
-
* Number of icons:
|
|
643
|
+
* Number of icons: 9804
|
|
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.157
|
|
649
649
|
* Palette: Colorless
|
|
650
650
|
|
|
651
651
|
|
package/composer.json
CHANGED