@iconify/collections 1.0.172 → 1.0.173

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.
Files changed (2) hide show
  1. package/collections.json +26 -4
  2. 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": 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"
@@ -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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify/collections",
3
3
  "description": "Iconify icon sets list",
4
- "version": "1.0.172",
4
+ "version": "1.0.173",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",