@iconify/collections 1.0.150 → 1.0.153

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 +50 -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": 2250,
157
+ "version": "1.83.1",
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",
@@ -1449,6 +1449,50 @@
1449
1449
  "category": "Emoji",
1450
1450
  "palette": true
1451
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
+ },
1452
1496
  "noto-v1": {
1453
1497
  "name": "Noto Emoji (v1)",
1454
1498
  "total": 2162,
@@ -1606,8 +1650,8 @@
1606
1650
  },
1607
1651
  "simple-icons": {
1608
1652
  "name": "Simple Icons",
1609
- "total": 2306,
1610
- "version": "7.6.0",
1653
+ "total": 2316,
1654
+ "version": "7.7.0",
1611
1655
  "author": {
1612
1656
  "name": "Simple Icons Collaborators",
1613
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.150",
4
+ "version": "1.0.153",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",