@iconify/json 2.1.113 → 2.1.115

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 CHANGED
@@ -153,8 +153,8 @@
153
153
  },
154
154
  "tabler": {
155
155
  "name": "Tabler Icons",
156
- "total": 2763,
157
- "version": "1.100.0",
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": 1167,
1079
- "version": "11.17.0",
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"
@@ -1324,7 +1324,7 @@
1324
1324
  "ooui": {
1325
1325
  "name": "OOUI",
1326
1326
  "total": 330,
1327
- "version": "0.44.3",
1327
+ "version": "0.45.0",
1328
1328
  "author": {
1329
1329
  "name": "OOUI Team",
1330
1330
  "url": "https://github.com/wikimedia/oojs-ui"
@@ -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: 2763
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.100.0
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: 1167
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.17.0
490
+ * Version: 11.18.0
491
491
  * Palette: Colorful
492
492
 
493
493
 
@@ -596,7 +596,7 @@
596
596
  * URL: https://github.com/wikimedia/oojs-ui
597
597
  * License: MIT
598
598
  * License URL: https://github.com/wikimedia/oojs-ui/blob/master/LICENSE-MIT
599
- * Version: 0.44.3
599
+ * Version: 0.45.0
600
600
  * Palette: Colorless
601
601
 
602
602
 
@@ -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
@@ -2,7 +2,7 @@
2
2
  "name": "iconify/json",
3
3
  "description": "Iconify icons collection in JSON format",
4
4
  "type": "library",
5
- "version": "2.1.113",
5
+ "version": "2.1.115",
6
6
  "license": "MIT",
7
7
  "homepage": "https://iconify.design/icon-sets/",
8
8
  "autoload": {