@iconify/collections 1.0.98 → 1.0.101

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 +56 -12
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -441,7 +441,7 @@
441
441
  },
442
442
  "lucide": {
443
443
  "name": "Lucide",
444
- "total": 598,
444
+ "total": 607,
445
445
  "author": {
446
446
  "name": "Lucide Contributors",
447
447
  "url": "https://github.com/lucide-icons/lucide"
@@ -681,8 +681,8 @@
681
681
  },
682
682
  "line-md": {
683
683
  "name": "Material Line Icons",
684
- "total": 250,
685
- "version": "0.1.0",
684
+ "total": 252,
685
+ "version": "0.2.0",
686
686
  "author": {
687
687
  "name": "Vjacheslav Trushkin",
688
688
  "url": "https://github.com/cyberalien/line-md"
@@ -988,8 +988,8 @@
988
988
  },
989
989
  "fluent": {
990
990
  "name": "Fluent UI System Icons",
991
- "total": 11286,
992
- "version": "1.1.167",
991
+ "total": 11378,
992
+ "version": "1.1.169",
993
993
  "author": {
994
994
  "name": "Microsoft Corporation",
995
995
  "url": "https://github.com/microsoft/fluentui-system-icons"
@@ -1022,9 +1022,53 @@
1022
1022
  "url": "https://github.com/bytedance/IconPark/blob/master/LICENSE"
1023
1023
  },
1024
1024
  "samples": [
1025
- "add-user",
1025
+ "add-one",
1026
1026
  "english-mustache",
1027
- "wind-turbine"
1027
+ "basketball-clothes"
1028
+ ],
1029
+ "height": 24,
1030
+ "category": "General",
1031
+ "palette": false
1032
+ },
1033
+ "icon-park-solid": {
1034
+ "name": "IconPark Solid",
1035
+ "total": 1786,
1036
+ "version": "1.3.5",
1037
+ "author": {
1038
+ "name": "ByteDance",
1039
+ "url": "https://github.com/bytedance/IconPark"
1040
+ },
1041
+ "license": {
1042
+ "title": "Apache 2.0",
1043
+ "spdx": "Apache-2.0",
1044
+ "url": "https://github.com/bytedance/IconPark/blob/master/LICENSE"
1045
+ },
1046
+ "samples": [
1047
+ "add-one",
1048
+ "english-mustache",
1049
+ "basketball-clothes"
1050
+ ],
1051
+ "height": 24,
1052
+ "category": "General",
1053
+ "palette": false
1054
+ },
1055
+ "icon-park-twotone": {
1056
+ "name": "IconPark TwoTone",
1057
+ "total": 1767,
1058
+ "version": "1.3.5",
1059
+ "author": {
1060
+ "name": "ByteDance",
1061
+ "url": "https://github.com/bytedance/IconPark"
1062
+ },
1063
+ "license": {
1064
+ "title": "Apache 2.0",
1065
+ "spdx": "Apache-2.0",
1066
+ "url": "https://github.com/bytedance/IconPark/blob/master/LICENSE"
1067
+ },
1068
+ "samples": [
1069
+ "add-one",
1070
+ "english-mustache",
1071
+ "basketball-clothes"
1028
1072
  ],
1029
1073
  "height": 24,
1030
1074
  "category": "General",
@@ -1299,7 +1343,7 @@
1299
1343
  },
1300
1344
  "openmoji": {
1301
1345
  "name": "OpenMoji",
1302
- "total": 3950,
1346
+ "total": 4027,
1303
1347
  "author": {
1304
1348
  "name": "OpenMoji",
1305
1349
  "url": "https://github.com/hfg-gmuend/openmoji"
@@ -1518,8 +1562,8 @@
1518
1562
  },
1519
1563
  "simple-icons": {
1520
1564
  "name": "Simple Icons",
1521
- "total": 2240,
1522
- "version": "6.20.0",
1565
+ "total": 2246,
1566
+ "version": "6.21.0",
1523
1567
  "author": {
1524
1568
  "name": "Simple Icons Collaborators",
1525
1569
  "url": "https://github.com/simple-icons/simple-icons"
@@ -1586,7 +1630,7 @@
1586
1630
  },
1587
1631
  "arcticons": {
1588
1632
  "name": "Arcticons",
1589
- "total": 4193,
1633
+ "total": 4238,
1590
1634
  "author": {
1591
1635
  "name": "Donno",
1592
1636
  "url": "https://github.com/Donno/Arcticons"
@@ -1714,7 +1758,7 @@
1714
1758
  },
1715
1759
  "circle-flags": {
1716
1760
  "name": "Circle Flags",
1717
- "total": 355,
1761
+ "total": 356,
1718
1762
  "version": "1.0.0",
1719
1763
  "author": {
1720
1764
  "name": "HatScripts",
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.98",
4
+ "version": "1.0.101",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",