@iconify/collections 1.0.125 → 1.0.128

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 +9 -9
  2. package/package.json +2 -2
package/collections.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "material-symbols": {
3
3
  "name": "Material Symbols",
4
- "total": 8001,
4
+ "total": 8074,
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": 2034,
157
- "version": "1.71.0",
156
+ "total": 2052,
157
+ "version": "1.72.0",
158
158
  "author": {
159
159
  "name": "Paweł Kuna",
160
160
  "url": "https://github.com/tabler/tabler-icons"
@@ -967,7 +967,7 @@
967
967
  "fluent": {
968
968
  "name": "Fluent UI System Icons",
969
969
  "total": 11546,
970
- "version": "1.1.173",
970
+ "version": "1.1.174",
971
971
  "author": {
972
972
  "name": "Microsoft Corporation",
973
973
  "url": "https://github.com/microsoft/fluentui-system-icons"
@@ -1300,7 +1300,7 @@
1300
1300
  "nimbus": {
1301
1301
  "name": "Nimbus",
1302
1302
  "total": 136,
1303
- "version": "0.2.6",
1303
+ "version": "0.2.7",
1304
1304
  "author": {
1305
1305
  "name": "Linkedstore S.A.",
1306
1306
  "url": "https://github.com/TiendaNube/nimbus-icons"
@@ -1321,7 +1321,7 @@
1321
1321
  },
1322
1322
  "line-md": {
1323
1323
  "name": "Material Line Icons",
1324
- "total": 298,
1324
+ "total": 310,
1325
1325
  "version": "0.2.0",
1326
1326
  "author": {
1327
1327
  "name": "Vjacheslav Trushkin",
@@ -1407,7 +1407,7 @@
1407
1407
  },
1408
1408
  "noto-v1": {
1409
1409
  "name": "Noto Emoji (v1)",
1410
- "total": 2157,
1410
+ "total": 2162,
1411
1411
  "author": {
1412
1412
  "name": "Google Inc",
1413
1413
  "url": "https://github.com/googlefonts/noto-emoji"
@@ -1562,8 +1562,8 @@
1562
1562
  },
1563
1563
  "simple-icons": {
1564
1564
  "name": "Simple Icons",
1565
- "total": 2271,
1566
- "version": "7.2.0",
1565
+ "total": 2274,
1566
+ "version": "7.3.0",
1567
1567
  "author": {
1568
1568
  "name": "Simple Icons Collaborators",
1569
1569
  "url": "https://github.com/simple-icons/simple-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.125",
4
+ "version": "1.0.128",
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": "^[object Promise]"
17
+ "@iconify/types": "*"
18
18
  }
19
19
  }