@iconify/collections 1.0.98 → 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 +46 -2
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -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",
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.99",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",