@iconify/collections 1.0.97 → 1.0.100

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": 601,
445
445
  "author": {
446
446
  "name": "Lucide Contributors",
447
447
  "url": "https://github.com/lucide-icons/lucide"
@@ -572,7 +572,7 @@
572
572
  "radix-icons": {
573
573
  "name": "Radix Icons",
574
574
  "total": 318,
575
- "version": "1.1.0",
575
+ "version": "1.1.1",
576
576
  "author": {
577
577
  "name": "Modulz",
578
578
  "url": "https://github.com/modulz/radix-icons"
@@ -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
+ "english-mustache",
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",
1026
1048
  "english-mustache",
1027
- "wind-turbine"
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",
@@ -1233,8 +1277,8 @@
1233
1277
  },
1234
1278
  "octicon": {
1235
1279
  "name": "Octicons",
1236
- "total": 495,
1237
- "version": "17.0.0",
1280
+ "total": 496,
1281
+ "version": "17.1.0",
1238
1282
  "author": {
1239
1283
  "name": "GitHub",
1240
1284
  "url": "https://github.com/primer/octicons/"
@@ -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.97",
4
+ "version": "1.0.100",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",