@iconify/collections 1.0.92 → 1.0.93

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 -5
  2. package/package.json +2 -2
package/collections.json CHANGED
@@ -1,4 +1,25 @@
1
1
  {
2
+ "material-symbols": {
3
+ "name": "Material Symbols",
4
+ "total": 6953,
5
+ "author": {
6
+ "name": "Google",
7
+ "url": "https://github.com/google/material-design-icons"
8
+ },
9
+ "license": {
10
+ "title": "Apache 2.0",
11
+ "spdx": "Apache-2.0",
12
+ "url": "https://github.com/google/material-design-icons/blob/master/LICENSE"
13
+ },
14
+ "samples": [
15
+ "downloading",
16
+ "privacy-tip",
17
+ "filter-drama-outline"
18
+ ],
19
+ "height": 24,
20
+ "category": "General",
21
+ "palette": false
22
+ },
2
23
  "ic": {
3
24
  "name": "Google Material Icons",
4
25
  "total": 10760,
@@ -243,8 +264,8 @@
243
264
  },
244
265
  "iconoir": {
245
266
  "name": "Iconoir",
246
- "total": 1049,
247
- "version": "4.6.0",
267
+ "total": 1091,
268
+ "version": "4.9.1",
248
269
  "author": {
249
270
  "name": "Luca Burgio",
250
271
  "url": "https://github.com/lucaburgio/iconoir"
@@ -420,7 +441,7 @@
420
441
  },
421
442
  "lucide": {
422
443
  "name": "Lucide",
423
- "total": 593,
444
+ "total": 595,
424
445
  "author": {
425
446
  "name": "Lucide Contributors",
426
447
  "url": "https://github.com/lucide-icons/lucide"
@@ -967,8 +988,8 @@
967
988
  },
968
989
  "fluent": {
969
990
  "name": "Fluent UI System Icons",
970
- "total": 11166,
971
- "version": "1.1.166",
991
+ "total": 11286,
992
+ "version": "1.1.167",
972
993
  "author": {
973
994
  "name": "Microsoft Corporation",
974
995
  "url": "https://github.com/microsoft/fluentui-system-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.92",
4
+ "version": "1.0.93",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",
@@ -14,6 +14,6 @@
14
14
  "./collections.json": "./collections.json"
15
15
  },
16
16
  "dependencies": {
17
- "@iconify/types": "^1.0.12"
17
+ "@iconify/types": "^[object Promise]"
18
18
  }
19
19
  }