@iconify/collections 1.0.149 → 1.0.152

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 +72 -6
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -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": 2214,
157
- "version": "1.81.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"
@@ -681,7 +681,7 @@
681
681
  },
682
682
  "charm": {
683
683
  "name": "Charm Icons",
684
- "total": 257,
684
+ "total": 259,
685
685
  "version": "0.12.1",
686
686
  "author": {
687
687
  "name": "Jay Newey",
@@ -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,
@@ -1584,8 +1650,8 @@
1584
1650
  },
1585
1651
  "simple-icons": {
1586
1652
  "name": "Simple Icons",
1587
- "total": 2306,
1588
- "version": "7.6.0",
1653
+ "total": 2316,
1654
+ "version": "7.7.0",
1589
1655
  "author": {
1590
1656
  "name": "Simple Icons Collaborators",
1591
1657
  "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.149",
4
+ "version": "1.0.152",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",