@iconify/json 2.2.79 → 2.2.80
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 +5 -5
- package/collections.md +5 -5
- package/composer.json +1 -1
- package/json/arcticons.json +237 -12
- package/json/fluent.json +174 -16
- package/json/lucide.json +36 -24
- package/json/simple-icons.json +22 -4
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
},
|
|
527
527
|
"lucide": {
|
|
528
528
|
"name": "Lucide",
|
|
529
|
-
"total":
|
|
529
|
+
"total": 1152,
|
|
530
530
|
"author": {
|
|
531
531
|
"name": "Lucide Contributors",
|
|
532
532
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -1092,7 +1092,7 @@
|
|
|
1092
1092
|
},
|
|
1093
1093
|
"fluent": {
|
|
1094
1094
|
"name": "Fluent UI System Icons",
|
|
1095
|
-
"total":
|
|
1095
|
+
"total": 13847,
|
|
1096
1096
|
"version": "1.1.203",
|
|
1097
1097
|
"author": {
|
|
1098
1098
|
"name": "Microsoft Corporation",
|
|
@@ -1924,8 +1924,8 @@
|
|
|
1924
1924
|
},
|
|
1925
1925
|
"simple-icons": {
|
|
1926
1926
|
"name": "Simple Icons",
|
|
1927
|
-
"total":
|
|
1928
|
-
"version": "9.
|
|
1927
|
+
"total": 2480,
|
|
1928
|
+
"version": "9.2.0",
|
|
1929
1929
|
"author": {
|
|
1930
1930
|
"name": "Simple Icons Collaborators",
|
|
1931
1931
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -2014,7 +2014,7 @@
|
|
|
2014
2014
|
},
|
|
2015
2015
|
"arcticons": {
|
|
2016
2016
|
"name": "Arcticons",
|
|
2017
|
-
"total":
|
|
2017
|
+
"total": 6438,
|
|
2018
2018
|
"author": {
|
|
2019
2019
|
"name": "Donnnno",
|
|
2020
2020
|
"url": "https://github.com/Donnnno/Arcticons"
|
package/collections.md
CHANGED
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
* File: [json/cil.json](json/cil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
260
260
|
|
|
261
261
|
## Lucide
|
|
262
|
-
* Number of icons:
|
|
262
|
+
* Number of icons: 1152
|
|
263
263
|
* Author: Lucide Contributors
|
|
264
264
|
* URL: https://github.com/lucide-icons/lucide
|
|
265
265
|
* License: ISC
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
* File: [json/gala.json](json/gala.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
537
537
|
|
|
538
538
|
## Fluent UI System Icons
|
|
539
|
-
* Number of icons:
|
|
539
|
+
* Number of icons: 13847
|
|
540
540
|
* Author: Microsoft Corporation
|
|
541
541
|
* URL: https://github.com/microsoft/fluentui-system-icons
|
|
542
542
|
* License: MIT
|
|
@@ -940,12 +940,12 @@
|
|
|
940
940
|
* File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
941
941
|
|
|
942
942
|
## Simple Icons
|
|
943
|
-
* Number of icons:
|
|
943
|
+
* Number of icons: 2480
|
|
944
944
|
* Author: Simple Icons Collaborators
|
|
945
945
|
* URL: https://github.com/simple-icons/simple-icons
|
|
946
946
|
* License: CC0 1.0
|
|
947
947
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
948
|
-
* Version: 9.
|
|
948
|
+
* Version: 9.2.0
|
|
949
949
|
* Palette: Colorless
|
|
950
950
|
* Icon set prefix: `simple-icons`
|
|
951
951
|
* File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -984,7 +984,7 @@
|
|
|
984
984
|
* File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
985
985
|
|
|
986
986
|
## Arcticons
|
|
987
|
-
* Number of icons:
|
|
987
|
+
* Number of icons: 6438
|
|
988
988
|
* Author: Donnnno
|
|
989
989
|
* URL: https://github.com/Donnnno/Arcticons
|
|
990
990
|
* License: CC BY-SA 4.0
|
package/composer.json
CHANGED