@iconify/collections 1.0.92 → 1.0.95

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 +33 -12
  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": 7702,
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,
@@ -23,7 +44,7 @@
23
44
  },
24
45
  "mdi": {
25
46
  "name": "Material Design Icons",
26
- "total": 6921,
47
+ "total": 6938,
27
48
  "author": {
28
49
  "name": "Austin Andrews",
29
50
  "url": "https://github.com/Templarian/MaterialDesign"
@@ -132,8 +153,8 @@
132
153
  },
133
154
  "tabler": {
134
155
  "name": "Tabler Icons",
135
- "total": 1919,
136
- "version": "1.66.0",
156
+ "total": 1960,
157
+ "version": "1.67.0",
137
158
  "author": {
138
159
  "name": "Paweł Kuna",
139
160
  "url": "https://github.com/tabler/tabler-icons"
@@ -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": 596,
424
445
  "author": {
425
446
  "name": "Lucide Contributors",
426
447
  "url": "https://github.com/lucide-icons/lucide"
@@ -507,7 +528,7 @@
507
528
  "akar-icons": {
508
529
  "name": "Akar Icons",
509
530
  "total": 396,
510
- "version": "1.9.15",
531
+ "version": "1.9.16",
511
532
  "author": {
512
533
  "name": "Arturo Wibawa",
513
534
  "url": "https://github.com/artcoholic/akar-icons"
@@ -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"
@@ -1278,7 +1299,7 @@
1278
1299
  },
1279
1300
  "openmoji": {
1280
1301
  "name": "OpenMoji",
1281
- "total": 3949,
1302
+ "total": 3950,
1282
1303
  "author": {
1283
1304
  "name": "OpenMoji",
1284
1305
  "url": "https://github.com/hfg-gmuend/openmoji"
@@ -1565,7 +1586,7 @@
1565
1586
  },
1566
1587
  "arcticons": {
1567
1588
  "name": "Arcticons",
1568
- "total": 4149,
1589
+ "total": 4193,
1569
1590
  "author": {
1570
1591
  "name": "Donno",
1571
1592
  "url": "https://github.com/Donno/Arcticons"
@@ -1693,7 +1714,7 @@
1693
1714
  },
1694
1715
  "circle-flags": {
1695
1716
  "name": "Circle Flags",
1696
- "total": 296,
1717
+ "total": 351,
1697
1718
  "version": "1.0.0",
1698
1719
  "author": {
1699
1720
  "name": "HatScripts",
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.95",
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
  }