@iconify/collections 1.0.148 → 1.0.151

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 +74 -8
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "material-symbols": {
3
3
  "name": "Material Symbols",
4
- "total": 8128,
4
+ "total": 8180,
5
5
  "author": {
6
6
  "name": "Google",
7
7
  "url": "https://github.com/google/material-design-icons"
@@ -23,7 +23,7 @@
23
23
  "ic": {
24
24
  "name": "Google Material Icons",
25
25
  "total": 10955,
26
- "version": "1.0.31",
26
+ "version": "1.0.32",
27
27
  "author": {
28
28
  "name": "Material Design Authors",
29
29
  "url": "https://github.com/material-icons/material-icons"
@@ -153,8 +153,8 @@
153
153
  },
154
154
  "tabler": {
155
155
  "name": "Tabler Icons",
156
- "total": 2178,
157
- "version": "1.79.0",
156
+ "total": 2232,
157
+ "version": "1.82.0",
158
158
  "author": {
159
159
  "name": "Paweł Kuna",
160
160
  "url": "https://github.com/tabler/tabler-icons"
@@ -441,7 +441,7 @@
441
441
  },
442
442
  "lucide": {
443
443
  "name": "Lucide",
444
- "total": 822,
444
+ "total": 829,
445
445
  "author": {
446
446
  "name": "Lucide Contributors",
447
447
  "url": "https://github.com/lucide-icons/lucide"
@@ -593,8 +593,8 @@
593
593
  },
594
594
  "ep": {
595
595
  "name": "Element Plus",
596
- "total": 283,
597
- "version": "2.0.6",
596
+ "total": 293,
597
+ "version": "2.0.9",
598
598
  "author": {
599
599
  "name": "Element Plus",
600
600
  "url": "https://github.com/element-plus/element-plus-icons"
@@ -1278,7 +1278,7 @@
1278
1278
  "octicon": {
1279
1279
  "name": "Octicons",
1280
1280
  "total": 514,
1281
- "version": "17.4.0",
1281
+ "version": "17.4.1",
1282
1282
  "author": {
1283
1283
  "name": "GitHub",
1284
1284
  "url": "https://github.com/primer/octicons/"
@@ -1427,6 +1427,72 @@
1427
1427
  "category": "Emoji",
1428
1428
  "palette": true
1429
1429
  },
1430
+ "fluent-emoji": {
1431
+ "name": "Fluent Emoji",
1432
+ "total": 3009,
1433
+ "author": {
1434
+ "name": "Microsoft Corporation",
1435
+ "url": "https://github.com/microsoft/fluentui-emoji"
1436
+ },
1437
+ "license": {
1438
+ "title": "MIT",
1439
+ "spdx": "MIT",
1440
+ "url": "https://github.com/microsoft/fluentui-emoji/blob/main/LICENSE"
1441
+ },
1442
+ "samples": [
1443
+ "avocado",
1444
+ "ticket",
1445
+ "yin-yang"
1446
+ ],
1447
+ "height": 32,
1448
+ "displayHeight": 24,
1449
+ "category": "Emoji",
1450
+ "palette": true
1451
+ },
1452
+ "fluent-emoji-flat": {
1453
+ "name": "Fluent Emoji Flat",
1454
+ "total": 3010,
1455
+ "author": {
1456
+ "name": "Microsoft Corporation",
1457
+ "url": "https://github.com/microsoft/fluentui-emoji"
1458
+ },
1459
+ "license": {
1460
+ "title": "MIT",
1461
+ "spdx": "MIT",
1462
+ "url": "https://github.com/microsoft/fluentui-emoji/blob/main/LICENSE"
1463
+ },
1464
+ "samples": [
1465
+ "avocado",
1466
+ "ticket",
1467
+ "yin-yang"
1468
+ ],
1469
+ "height": 32,
1470
+ "displayHeight": 24,
1471
+ "category": "Emoji",
1472
+ "palette": true
1473
+ },
1474
+ "fluent-emoji-high-contrast": {
1475
+ "name": "Fluent Emoji High Contrast",
1476
+ "total": 1545,
1477
+ "author": {
1478
+ "name": "Microsoft Corporation",
1479
+ "url": "https://github.com/microsoft/fluentui-emoji"
1480
+ },
1481
+ "license": {
1482
+ "title": "MIT",
1483
+ "spdx": "MIT",
1484
+ "url": "https://github.com/microsoft/fluentui-emoji/blob/main/LICENSE"
1485
+ },
1486
+ "samples": [
1487
+ "avocado",
1488
+ "ticket",
1489
+ "yin-yang"
1490
+ ],
1491
+ "height": 32,
1492
+ "displayHeight": 24,
1493
+ "category": "Emoji",
1494
+ "palette": false
1495
+ },
1430
1496
  "noto-v1": {
1431
1497
  "name": "Noto Emoji (v1)",
1432
1498
  "total": 2162,
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.148",
4
+ "version": "1.0.151",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",