@iconify/json 2.1.153 → 2.1.155
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 +2 -2
- package/composer.json +1 -1
- package/json/academicons.json +1 -1
- package/json/flag.json +14 -6
- package/json/mdi.json +7 -1
- package/json/octicon.json +482 -482
- package/json/pepicons-pop.json +1 -1
- package/json/pepicons-print.json +1 -1
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
"moon",
|
|
1227
1227
|
"pen"
|
|
1228
1228
|
],
|
|
1229
|
-
"
|
|
1229
|
+
"height": 20,
|
|
1230
1230
|
"category": "General",
|
|
1231
1231
|
"palette": false
|
|
1232
1232
|
},
|
|
@@ -1248,7 +1248,7 @@
|
|
|
1248
1248
|
"moon",
|
|
1249
1249
|
"pen"
|
|
1250
1250
|
],
|
|
1251
|
-
"
|
|
1251
|
+
"height": 20,
|
|
1252
1252
|
"category": "General",
|
|
1253
1253
|
"palette": false
|
|
1254
1254
|
},
|
|
@@ -1916,7 +1916,7 @@
|
|
|
1916
1916
|
},
|
|
1917
1917
|
"flag": {
|
|
1918
1918
|
"name": "Flag Icons",
|
|
1919
|
-
"total":
|
|
1919
|
+
"total": 532,
|
|
1920
1920
|
"version": "6.6.6",
|
|
1921
1921
|
"author": {
|
|
1922
1922
|
"name": "Panayiotis Lipiridis",
|
|
@@ -2113,7 +2113,7 @@
|
|
|
2113
2113
|
"academicons": {
|
|
2114
2114
|
"name": "Academicons",
|
|
2115
2115
|
"total": 151,
|
|
2116
|
-
"version": "1.9.
|
|
2116
|
+
"version": "1.9.3",
|
|
2117
2117
|
"author": {
|
|
2118
2118
|
"name": "James Walsh",
|
|
2119
2119
|
"url": "https://github.com/jpswalsh/academicons"
|
package/collections.md
CHANGED
|
@@ -935,7 +935,7 @@
|
|
|
935
935
|
* File: [json/cryptocurrency-color.json](json/cryptocurrency-color.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
936
936
|
|
|
937
937
|
## Flag Icons
|
|
938
|
-
* Number of icons:
|
|
938
|
+
* Number of icons: 532
|
|
939
939
|
* Author: Panayiotis Lipiridis
|
|
940
940
|
* URL: https://github.com/lipis/flag-icons
|
|
941
941
|
* License: MIT
|
|
@@ -1037,7 +1037,7 @@
|
|
|
1037
1037
|
* URL: https://github.com/jpswalsh/academicons
|
|
1038
1038
|
* License: Open Font License
|
|
1039
1039
|
* License URL: https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
|
|
1040
|
-
* Version: 1.9.
|
|
1040
|
+
* Version: 1.9.3
|
|
1041
1041
|
* Palette: Colorless
|
|
1042
1042
|
* Icon set prefix: `academicons`
|
|
1043
1043
|
* File: [json/academicons.json](json/academicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
package/composer.json
CHANGED