@iconify/collections 1.0.149 → 1.0.150

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 +22 -0
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -1427,6 +1427,28 @@
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
+ },
1430
1452
  "noto-v1": {
1431
1453
  "name": "Noto Emoji (v1)",
1432
1454
  "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.149",
4
+ "version": "1.0.150",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",