@iconify/collections 1.0.402 → 1.0.403

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 +8 -8
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -130,7 +130,7 @@
130
130
  "tabler": {
131
131
  "name": "Tabler Icons",
132
132
  "total": 5200,
133
- "version": "3.0.0-beta.2",
133
+ "version": "3.0.0",
134
134
  "author": {
135
135
  "name": "Paweł Kuna",
136
136
  "url": "https://github.com/tabler/tabler-icons"
@@ -304,7 +304,7 @@
304
304
  },
305
305
  "lucide": {
306
306
  "name": "Lucide",
307
- "total": 1441,
307
+ "total": 1444,
308
308
  "author": {
309
309
  "name": "Lucide Contributors",
310
310
  "url": "https://github.com/lucide-icons/lucide"
@@ -1284,8 +1284,8 @@
1284
1284
  },
1285
1285
  "fluent": {
1286
1286
  "name": "Fluent UI System Icons",
1287
- "total": 15647,
1288
- "version": "1.1.231",
1287
+ "total": 15741,
1288
+ "version": "1.1.232",
1289
1289
  "author": {
1290
1290
  "name": "Microsoft Corporation",
1291
1291
  "url": "https://github.com/microsoft/fluentui-system-icons"
@@ -2158,8 +2158,8 @@
2158
2158
  },
2159
2159
  "simple-icons": {
2160
2160
  "name": "Simple Icons",
2161
- "total": 3052,
2162
- "version": "11.7.0",
2161
+ "total": 3058,
2162
+ "version": "11.8.0",
2163
2163
  "author": {
2164
2164
  "name": "Simple Icons Collaborators",
2165
2165
  "url": "https://github.com/simple-icons/simple-icons"
@@ -2312,7 +2312,7 @@
2312
2312
  },
2313
2313
  "devicon": {
2314
2314
  "name": "Devicon",
2315
- "total": 764,
2315
+ "total": 766,
2316
2316
  "author": {
2317
2317
  "name": "konpa",
2318
2318
  "url": "https://github.com/devicons/devicon/tree/master"
@@ -2334,7 +2334,7 @@
2334
2334
  },
2335
2335
  "devicon-plain": {
2336
2336
  "name": "Devicon Plain",
2337
- "total": 575,
2337
+ "total": 577,
2338
2338
  "author": {
2339
2339
  "name": "konpa",
2340
2340
  "url": "https://github.com/devicons/devicon/tree/master"
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.402",
4
+ "version": "1.0.403",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",