@iconify/json 2.2.88 → 2.2.89
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 +4 -4
- package/collections.md +4 -4
- package/composer.json +1 -1
- package/json/arcticons.json +521 -8
- package/json/mdi.json +4 -1
- package/json/ooui.json +1 -1
- package/json/simple-icons.json +26 -5
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1512,7 +1512,7 @@
|
|
|
1512
1512
|
"ooui": {
|
|
1513
1513
|
"name": "OOUI",
|
|
1514
1514
|
"total": 354,
|
|
1515
|
-
"version": "0.47.
|
|
1515
|
+
"version": "0.47.4",
|
|
1516
1516
|
"author": {
|
|
1517
1517
|
"name": "OOUI Team",
|
|
1518
1518
|
"url": "https://github.com/wikimedia/oojs-ui"
|
|
@@ -1925,8 +1925,8 @@
|
|
|
1925
1925
|
},
|
|
1926
1926
|
"simple-icons": {
|
|
1927
1927
|
"name": "Simple Icons",
|
|
1928
|
-
"total":
|
|
1929
|
-
"version": "9.
|
|
1928
|
+
"total": 2516,
|
|
1929
|
+
"version": "9.5.0",
|
|
1930
1930
|
"author": {
|
|
1931
1931
|
"name": "Simple Icons Collaborators",
|
|
1932
1932
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -2015,7 +2015,7 @@
|
|
|
2015
2015
|
},
|
|
2016
2016
|
"arcticons": {
|
|
2017
2017
|
"name": "Arcticons",
|
|
2018
|
-
"total":
|
|
2018
|
+
"total": 6609,
|
|
2019
2019
|
"author": {
|
|
2020
2020
|
"name": "Donnnno",
|
|
2021
2021
|
"url": "https://github.com/Donnnno/Arcticons"
|
package/collections.md
CHANGED
|
@@ -747,7 +747,7 @@
|
|
|
747
747
|
* URL: https://github.com/wikimedia/oojs-ui
|
|
748
748
|
* License: MIT
|
|
749
749
|
* License URL: https://github.com/wikimedia/oojs-ui/blob/master/LICENSE-MIT
|
|
750
|
-
* Version: 0.47.
|
|
750
|
+
* Version: 0.47.4
|
|
751
751
|
* Palette: Colorless
|
|
752
752
|
* Icon set prefix: `ooui`
|
|
753
753
|
* File: [json/ooui.json](json/ooui.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -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: 2516
|
|
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.5.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: 6609
|
|
988
988
|
* Author: Donnnno
|
|
989
989
|
* URL: https://github.com/Donnnno/Arcticons
|
|
990
990
|
* License: CC BY-SA 4.0
|
package/composer.json
CHANGED