@iconify/json 2.1.154 → 2.1.156
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/academicons.json +1 -1
- package/json/flag.json +16 -8
- package/json/octicon.json +482 -482
- package/json/tabler.json +57 -3
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -153,8 +153,8 @@
|
|
|
153
153
|
},
|
|
154
154
|
"tabler": {
|
|
155
155
|
"name": "Tabler Icons",
|
|
156
|
-
"total":
|
|
157
|
-
"version": "1.
|
|
156
|
+
"total": 3108,
|
|
157
|
+
"version": "1.118.0",
|
|
158
158
|
"author": {
|
|
159
159
|
"name": "Paweł Kuna",
|
|
160
160
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -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
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
* File: [json/bi.json](json/bi.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
77
77
|
|
|
78
78
|
## Tabler Icons
|
|
79
|
-
* Number of icons:
|
|
79
|
+
* Number of icons: 3108
|
|
80
80
|
* Author: Paweł Kuna
|
|
81
81
|
* URL: https://github.com/tabler/tabler-icons
|
|
82
82
|
* License: MIT
|
|
83
83
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
84
|
-
* Version: 1.
|
|
84
|
+
* Version: 1.118.0
|
|
85
85
|
* Palette: Colorless
|
|
86
86
|
* Icon set prefix: `tabler`
|
|
87
87
|
* File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
|
|
@@ -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