@iconify/json 2.1.113 → 2.1.114
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 +26 -4
- package/collections.md +13 -4
- package/composer.json +1 -1
- package/json/game-icons.json +12168 -0
- package/json/tabler.json +61 -7
- package/json/vscode-icons.json +25 -10
- 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": 2781,
|
|
157
|
+
"version": "1.101.0",
|
|
158
158
|
"author": {
|
|
159
159
|
"name": "Paweł Kuna",
|
|
160
160
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -1075,8 +1075,8 @@
|
|
|
1075
1075
|
},
|
|
1076
1076
|
"vscode-icons": {
|
|
1077
1077
|
"name": "VSCode Icons",
|
|
1078
|
-
"total":
|
|
1079
|
-
"version": "11.
|
|
1078
|
+
"total": 1172,
|
|
1079
|
+
"version": "11.18.0",
|
|
1080
1080
|
"author": {
|
|
1081
1081
|
"name": "Roberto Huertas",
|
|
1082
1082
|
"url": "https://github.com/vscode-icons/vscode-icons"
|
|
@@ -2000,6 +2000,28 @@
|
|
|
2000
2000
|
"category": "Maps / Flags",
|
|
2001
2001
|
"palette": false
|
|
2002
2002
|
},
|
|
2003
|
+
"game-icons": {
|
|
2004
|
+
"name": "Game Icons",
|
|
2005
|
+
"total": 4046,
|
|
2006
|
+
"author": {
|
|
2007
|
+
"name": "GameIcons",
|
|
2008
|
+
"url": "https://github.com/game-icons/icons"
|
|
2009
|
+
},
|
|
2010
|
+
"license": {
|
|
2011
|
+
"title": "CC BY 3.0",
|
|
2012
|
+
"spdx": "CC-BY-3.0",
|
|
2013
|
+
"url": "https://github.com/game-icons/icons/blob/master/license.txt"
|
|
2014
|
+
},
|
|
2015
|
+
"samples": [
|
|
2016
|
+
"diamond-trophy",
|
|
2017
|
+
"thrown-spear",
|
|
2018
|
+
"rank-3"
|
|
2019
|
+
],
|
|
2020
|
+
"height": 32,
|
|
2021
|
+
"displayHeight": 16,
|
|
2022
|
+
"category": "Thematic",
|
|
2023
|
+
"palette": false
|
|
2024
|
+
},
|
|
2003
2025
|
"fad": {
|
|
2004
2026
|
"name": "FontAudio",
|
|
2005
2027
|
"total": 155,
|
package/collections.md
CHANGED
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
### Tabler Icons
|
|
73
|
-
* Number of icons:
|
|
73
|
+
* Number of icons: 2781
|
|
74
74
|
* Author: Paweł Kuna
|
|
75
75
|
* URL: https://github.com/tabler/tabler-icons
|
|
76
76
|
* License: MIT
|
|
77
77
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
78
|
-
* Version: 1.
|
|
78
|
+
* Version: 1.101.0
|
|
79
79
|
* Palette: Colorless
|
|
80
80
|
|
|
81
81
|
|
|
@@ -482,12 +482,12 @@
|
|
|
482
482
|
|
|
483
483
|
|
|
484
484
|
### VSCode Icons
|
|
485
|
-
* Number of icons:
|
|
485
|
+
* Number of icons: 1172
|
|
486
486
|
* Author: Roberto Huertas
|
|
487
487
|
* URL: https://github.com/vscode-icons/vscode-icons
|
|
488
488
|
* License: MIT
|
|
489
489
|
* License URL: https://github.com/vscode-icons/vscode-icons/blob/master/LICENSE
|
|
490
|
-
* Version: 11.
|
|
490
|
+
* Version: 11.18.0
|
|
491
491
|
* Palette: Colorful
|
|
492
492
|
|
|
493
493
|
|
|
@@ -888,6 +888,15 @@
|
|
|
888
888
|
* Palette: Colorless
|
|
889
889
|
|
|
890
890
|
|
|
891
|
+
### Game Icons
|
|
892
|
+
* Number of icons: 4046
|
|
893
|
+
* Author: GameIcons
|
|
894
|
+
* URL: https://github.com/game-icons/icons
|
|
895
|
+
* License: CC BY 3.0
|
|
896
|
+
* License URL: https://github.com/game-icons/icons/blob/master/license.txt
|
|
897
|
+
* Palette: Colorless
|
|
898
|
+
|
|
899
|
+
|
|
891
900
|
### FontAudio
|
|
892
901
|
* Number of icons: 155
|
|
893
902
|
* Author: @fefanto
|
package/composer.json
CHANGED