@iconify/json 2.1.112 → 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 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"
@@ -1674,8 +1674,8 @@
1674
1674
  },
1675
1675
  "simple-icons": {
1676
1676
  "name": "Simple Icons",
1677
- "total": 2350,
1678
- "version": "7.12.0",
1677
+ "total": 2374,
1678
+ "version": "7.13.0",
1679
1679
  "author": {
1680
1680
  "name": "Simple Icons Collaborators",
1681
1681
  "url": "https://github.com/simple-icons/simple-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: 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
 
@@ -743,12 +743,12 @@
743
743
 
744
744
 
745
745
  ### Simple Icons
746
- * Number of icons: 2350
746
+ * Number of icons: 2374
747
747
  * Author: Simple Icons Collaborators
748
748
  * URL: https://github.com/simple-icons/simple-icons
749
749
  * License: CC0 1.0
750
750
  * License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
751
- * Version: 7.12.0
751
+ * Version: 7.13.0
752
752
  * Palette: Colorless
753
753
 
754
754
 
@@ -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.112",
5
+ "version": "2.1.114",
6
6
  "license": "MIT",
7
7
  "homepage": "https://iconify.design/icon-sets/",
8
8
  "autoload": {