@iconify/collections 1.0.409 → 1.0.411

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 +72 -9
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -259,8 +259,8 @@
259
259
  },
260
260
  "iconoir": {
261
261
  "name": "Iconoir",
262
- "total": 1566,
263
- "version": "7.5.0",
262
+ "total": 1573,
263
+ "version": "7.6.0",
264
264
  "author": {
265
265
  "name": "Luca Burgio",
266
266
  "url": "https://github.com/iconoir-icons/iconoir"
@@ -304,7 +304,7 @@
304
304
  },
305
305
  "lucide": {
306
306
  "name": "Lucide",
307
- "total": 1448,
307
+ "total": 1450,
308
308
  "author": {
309
309
  "name": "Lucide Contributors",
310
310
  "url": "https://github.com/lucide-icons/lucide"
@@ -1282,10 +1282,29 @@
1282
1282
  "category": "General",
1283
1283
  "palette": false
1284
1284
  },
1285
+ "marketeq": {
1286
+ "name": "Marketeq",
1287
+ "total": 590,
1288
+ "author": {
1289
+ "name": "Marketeq"
1290
+ },
1291
+ "license": {
1292
+ "title": "MIT",
1293
+ "spdx": "MIT"
1294
+ },
1295
+ "samples": [
1296
+ "mute",
1297
+ "desk-6",
1298
+ "fishing-hook"
1299
+ ],
1300
+ "height": 25,
1301
+ "category": "General",
1302
+ "palette": true
1303
+ },
1285
1304
  "fluent": {
1286
1305
  "name": "Fluent UI System Icons",
1287
- "total": 15797,
1288
- "version": "1.1.233",
1306
+ "total": 15861,
1307
+ "version": "1.1.234",
1289
1308
  "author": {
1290
1309
  "name": "Microsoft Corporation",
1291
1310
  "url": "https://github.com/microsoft/fluentui-system-icons"
@@ -1700,7 +1719,7 @@
1700
1719
  "ooui": {
1701
1720
  "name": "OOUI",
1702
1721
  "total": 357,
1703
- "version": "0.49.0",
1722
+ "version": "0.49.1",
1704
1723
  "author": {
1705
1724
  "name": "OOUI Team",
1706
1725
  "url": "https://github.com/wikimedia/oojs-ui"
@@ -2158,8 +2177,8 @@
2158
2177
  },
2159
2178
  "simple-icons": {
2160
2179
  "name": "Simple Icons",
2161
- "total": 3102,
2162
- "version": "11.11.0",
2180
+ "total": 3116,
2181
+ "version": "11.12.0",
2163
2182
  "author": {
2164
2183
  "name": "Simple Icons Collaborators",
2165
2184
  "url": "https://github.com/simple-icons/simple-icons"
@@ -2437,6 +2456,50 @@
2437
2456
  "category": "Brands / Social",
2438
2457
  "palette": false
2439
2458
  },
2459
+ "token": {
2460
+ "name": "Token Icons",
2461
+ "total": 1629,
2462
+ "version": "1.9.0",
2463
+ "author": {
2464
+ "name": "0xa3k5",
2465
+ "url": "https://github.com/0xa3k5/token-icons"
2466
+ },
2467
+ "license": {
2468
+ "title": "MIT",
2469
+ "spdx": "MIT",
2470
+ "url": "https://github.com/0xa3k5/token-icons/blob/main/LICENCE"
2471
+ },
2472
+ "samples": [
2473
+ "bit",
2474
+ "dog",
2475
+ "eth"
2476
+ ],
2477
+ "height": 24,
2478
+ "category": "Brands / Social",
2479
+ "palette": false
2480
+ },
2481
+ "token-branded": {
2482
+ "name": "Token Icons Branded",
2483
+ "total": 1811,
2484
+ "version": "1.9.0",
2485
+ "author": {
2486
+ "name": "0xa3k5",
2487
+ "url": "https://github.com/0xa3k5/token-icons"
2488
+ },
2489
+ "license": {
2490
+ "title": "MIT",
2491
+ "spdx": "MIT",
2492
+ "url": "https://github.com/0xa3k5/token-icons/blob/main/LICENCE"
2493
+ },
2494
+ "samples": [
2495
+ "bit",
2496
+ "dog",
2497
+ "eth"
2498
+ ],
2499
+ "height": 24,
2500
+ "category": "Brands / Social",
2501
+ "palette": true
2502
+ },
2440
2503
  "cryptocurrency": {
2441
2504
  "name": "Cryptocurrency Icons",
2442
2505
  "total": 483,
@@ -2636,7 +2699,7 @@
2636
2699
  },
2637
2700
  "game-icons": {
2638
2701
  "name": "Game Icons",
2639
- "total": 4093,
2702
+ "total": 4102,
2640
2703
  "author": {
2641
2704
  "name": "GameIcons",
2642
2705
  "url": "https://github.com/game-icons/icons"
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.409",
4
+ "version": "1.0.411",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",