@iconify/collections 1.0.178 → 1.0.180

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 +38 -16
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -109,8 +109,8 @@
109
109
  },
110
110
  "carbon": {
111
111
  "name": "Carbon",
112
- "total": 1858,
113
- "version": "11.9.0",
112
+ "total": 1859,
113
+ "version": "11.10.0",
114
114
  "author": {
115
115
  "name": "IBM",
116
116
  "url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
@@ -153,8 +153,8 @@
153
153
  },
154
154
  "tabler": {
155
155
  "name": "Tabler Icons",
156
- "total": 2817,
157
- "version": "1.103.0",
156
+ "total": 2835,
157
+ "version": "1.104.0",
158
158
  "author": {
159
159
  "name": "Paweł Kuna",
160
160
  "url": "https://github.com/tabler/tabler-icons"
@@ -285,8 +285,8 @@
285
285
  },
286
286
  "iconoir": {
287
287
  "name": "Iconoir",
288
- "total": 1188,
289
- "version": "5.3.1",
288
+ "total": 1189,
289
+ "version": "5.3.2",
290
290
  "author": {
291
291
  "name": "Luca Burgio",
292
292
  "url": "https://github.com/lucaburgio/iconoir"
@@ -548,8 +548,8 @@
548
548
  },
549
549
  "akar-icons": {
550
550
  "name": "Akar Icons",
551
- "total": 412,
552
- "version": "1.9.20",
551
+ "total": 414,
552
+ "version": "1.9.21",
553
553
  "author": {
554
554
  "name": "Arturo Wibawa",
555
555
  "url": "https://github.com/artcoholic/akar-icons"
@@ -1075,8 +1075,8 @@
1075
1075
  },
1076
1076
  "vscode-icons": {
1077
1077
  "name": "VSCode Icons",
1078
- "total": 1179,
1079
- "version": "11.20.0",
1078
+ "total": 1184,
1079
+ "version": "12.0.0",
1080
1080
  "author": {
1081
1081
  "name": "Roberto Huertas",
1082
1082
  "url": "https://github.com/vscode-icons/vscode-icons"
@@ -1346,7 +1346,7 @@
1346
1346
  "nimbus": {
1347
1347
  "name": "Nimbus",
1348
1348
  "total": 136,
1349
- "version": "0.2.7",
1349
+ "version": "0.2.8",
1350
1350
  "author": {
1351
1351
  "name": "Linkedstore S.A.",
1352
1352
  "url": "https://github.com/TiendaNube/nimbus-icons"
@@ -1367,8 +1367,8 @@
1367
1367
  },
1368
1368
  "line-md": {
1369
1369
  "name": "Material Line Icons",
1370
- "total": 375,
1371
- "version": "0.2.5",
1370
+ "total": 383,
1371
+ "version": "0.2.6",
1372
1372
  "author": {
1373
1373
  "name": "Vjacheslav Trushkin",
1374
1374
  "url": "https://github.com/cyberalien/line-md"
@@ -1453,7 +1453,7 @@
1453
1453
  },
1454
1454
  "fluent-emoji": {
1455
1455
  "name": "Fluent Emoji",
1456
- "total": 2979,
1456
+ "total": 2980,
1457
1457
  "author": {
1458
1458
  "name": "Microsoft Corporation",
1459
1459
  "url": "https://github.com/microsoft/fluentui-emoji"
@@ -1674,8 +1674,8 @@
1674
1674
  },
1675
1675
  "simple-icons": {
1676
1676
  "name": "Simple Icons",
1677
- "total": 2389,
1678
- "version": "7.15.0",
1677
+ "total": 2397,
1678
+ "version": "7.16.0",
1679
1679
  "author": {
1680
1680
  "name": "Simple Icons Collaborators",
1681
1681
  "url": "https://github.com/simple-icons/simple-icons"
@@ -2456,6 +2456,28 @@
2456
2456
  "category": "Archive / Unmaintained",
2457
2457
  "palette": false
2458
2458
  },
2459
+ "fluent-mdl2": {
2460
+ "name": "Fluent UI MDL2",
2461
+ "total": 1735,
2462
+ "author": {
2463
+ "name": "Microsoft Corporation",
2464
+ "url": "https://github.com/microsoft/fluentui/tree/master/packages/react-icons-mdl2"
2465
+ },
2466
+ "license": {
2467
+ "title": "MIT",
2468
+ "spdx": "MIT",
2469
+ "url": "https://github.com/microsoft/fluentui/blob/master/packages/react-icons-mdl2/LICENSE"
2470
+ },
2471
+ "samples": [
2472
+ "flow",
2473
+ "home",
2474
+ "switch"
2475
+ ],
2476
+ "height": 32,
2477
+ "displayHeight": 16,
2478
+ "category": "Archive / Unmaintained",
2479
+ "palette": false
2480
+ },
2459
2481
  "fontisto": {
2460
2482
  "name": "Fontisto",
2461
2483
  "total": 615,
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.178",
4
+ "version": "1.0.180",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",