@iconify/collections 1.0.126 → 1.0.129

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 +10 -10
  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"
@@ -1120,7 +1120,7 @@
1120
1120
  },
1121
1121
  "codicon": {
1122
1122
  "name": "Codicons",
1123
- "total": 417,
1123
+ "total": 418,
1124
1124
  "version": "0.0.31",
1125
1125
  "author": {
1126
1126
  "name": "Microsoft Corporation",
@@ -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",
@@ -1542,7 +1542,7 @@
1542
1542
  },
1543
1543
  "logos": {
1544
1544
  "name": "SVG Logos",
1545
- "total": 1438,
1545
+ "total": 1449,
1546
1546
  "author": {
1547
1547
  "name": "Gil Barbara",
1548
1548
  "url": "https://github.com/gilbarbara/logos"
@@ -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.126",
4
+ "version": "1.0.129",
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
  }