@iconify/collections 1.0.96 → 1.0.99

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 +52 -8
  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": 596,
444
+ "total": 598,
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"
@@ -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/"
@@ -1694,7 +1738,7 @@
1694
1738
  "flag": {
1695
1739
  "name": "Flag Icons",
1696
1740
  "total": 526,
1697
- "version": "6.2.0",
1741
+ "version": "6.3.0",
1698
1742
  "author": {
1699
1743
  "name": "Panayiotis Lipiridis",
1700
1744
  "url": "https://github.com/lipis/flag-icons"
@@ -1714,7 +1758,7 @@
1714
1758
  },
1715
1759
  "circle-flags": {
1716
1760
  "name": "Circle Flags",
1717
- "total": 354,
1761
+ "total": 355,
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.96",
4
+ "version": "1.0.99",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",