@iconify/collections 1.0.172 → 1.0.174

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 +35 -13
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "material-symbols": {
3
3
  "name": "Material Symbols",
4
- "total": 8240,
4
+ "total": 8261,
5
5
  "author": {
6
6
  "name": "Google",
7
7
  "url": "https://github.com/google/material-design-icons"
@@ -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"
@@ -1301,8 +1301,8 @@
1301
1301
  },
1302
1302
  "octicon": {
1303
1303
  "name": "Octicons",
1304
- "total": 518,
1305
- "version": "17.5.0",
1304
+ "total": 521,
1305
+ "version": "17.6.0",
1306
1306
  "author": {
1307
1307
  "name": "GitHub",
1308
1308
  "url": "https://github.com/primer/octicons/"
@@ -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"
@@ -1367,8 +1367,8 @@
1367
1367
  },
1368
1368
  "line-md": {
1369
1369
  "name": "Material Line Icons",
1370
- "total": 346,
1371
- "version": "0.2.4",
1370
+ "total": 375,
1371
+ "version": "0.2.5",
1372
1372
  "author": {
1373
1373
  "name": "Vjacheslav Trushkin",
1374
1374
  "url": "https://github.com/cyberalien/line-md"
@@ -1453,7 +1453,7 @@
1453
1453
  },
1454
1454
  "fluent-emoji": {
1455
1455
  "name": "Fluent Emoji",
1456
- "total": 3009,
1456
+ "total": 2979,
1457
1457
  "author": {
1458
1458
  "name": "Microsoft Corporation",
1459
1459
  "url": "https://github.com/microsoft/fluentui-emoji"
@@ -1475,7 +1475,7 @@
1475
1475
  },
1476
1476
  "fluent-emoji-flat": {
1477
1477
  "name": "Fluent Emoji Flat",
1478
- "total": 3010,
1478
+ "total": 2980,
1479
1479
  "author": {
1480
1480
  "name": "Microsoft Corporation",
1481
1481
  "url": "https://github.com/microsoft/fluentui-emoji"
@@ -1870,7 +1870,7 @@
1870
1870
  },
1871
1871
  "circle-flags": {
1872
1872
  "name": "Circle Flags",
1873
- "total": 360,
1873
+ "total": 361,
1874
1874
  "version": "1.0.0",
1875
1875
  "author": {
1876
1876
  "name": "HatScripts",
@@ -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.174",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",