@iconify/collections 1.0.157 → 1.0.158

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 +48 -45
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -176,7 +176,7 @@
176
176
  "ion": {
177
177
  "name": "IonIcons",
178
178
  "total": 1332,
179
- "version": "6.0.2",
179
+ "version": "6.0.3",
180
180
  "author": {
181
181
  "name": "Ben Sperry",
182
182
  "url": "https://github.com/ionic-team/ionicons"
@@ -481,50 +481,6 @@
481
481
  "category": "General",
482
482
  "palette": false
483
483
  },
484
- "heroicons": {
485
- "name": "HeroIcons",
486
- "total": 528,
487
- "version": "2.0.7",
488
- "author": {
489
- "name": "Refactoring UI Inc",
490
- "url": "https://github.com/tailwindlabs/heroicons"
491
- },
492
- "license": {
493
- "title": "MIT",
494
- "spdx": "MIT",
495
- "url": "https://github.com/tailwindlabs/heroicons/blob/master/LICENSE"
496
- },
497
- "samples": [
498
- "camera",
499
- "building-library",
500
- "receipt-refund"
501
- ],
502
- "height": 24,
503
- "category": "General",
504
- "palette": false
505
- },
506
- "heroicons-solid": {
507
- "name": "HeroIcons Solid",
508
- "total": 264,
509
- "version": "2.0.7",
510
- "author": {
511
- "name": "Refactoring UI Inc",
512
- "url": "https://github.com/tailwindlabs/heroicons"
513
- },
514
- "license": {
515
- "title": "MIT",
516
- "spdx": "MIT",
517
- "url": "https://github.com/tailwindlabs/heroicons/blob/master/LICENSE"
518
- },
519
- "samples": [
520
- "camera",
521
- "building-library",
522
- "receipt-refund"
523
- ],
524
- "height": 20,
525
- "category": "General",
526
- "palette": false
527
- },
528
484
  "pixelarticons": {
529
485
  "name": "Pixelarticons",
530
486
  "total": 480,
@@ -1161,6 +1117,31 @@
1161
1117
  "category": "General",
1162
1118
  "palette": false
1163
1119
  },
1120
+ "heroicons": {
1121
+ "name": "HeroIcons",
1122
+ "total": 795,
1123
+ "version": "2.0.7",
1124
+ "author": {
1125
+ "name": "Refactoring UI Inc",
1126
+ "url": "https://github.com/tailwindlabs/heroicons"
1127
+ },
1128
+ "license": {
1129
+ "title": "MIT",
1130
+ "spdx": "MIT",
1131
+ "url": "https://github.com/tailwindlabs/heroicons/blob/master/LICENSE"
1132
+ },
1133
+ "samples": [
1134
+ "camera",
1135
+ "building-library",
1136
+ "receipt-refund"
1137
+ ],
1138
+ "height": [
1139
+ 24,
1140
+ 20
1141
+ ],
1142
+ "category": "General",
1143
+ "palette": false
1144
+ },
1164
1145
  "codicon": {
1165
1146
  "name": "Codicons",
1166
1147
  "total": 422,
@@ -2908,5 +2889,27 @@
2908
2889
  "height": 24,
2909
2890
  "palette": false,
2910
2891
  "hidden": true
2892
+ },
2893
+ "heroicons-solid": {
2894
+ "name": "HeroIcons Solid",
2895
+ "total": 230,
2896
+ "version": "1.0.6",
2897
+ "author": {
2898
+ "name": "Refactoring UI Inc",
2899
+ "url": "https://github.com/tailwindlabs/heroicons"
2900
+ },
2901
+ "license": {
2902
+ "title": "MIT",
2903
+ "spdx": "MIT",
2904
+ "url": "https://github.com/tailwindlabs/heroicons/blob/master/LICENSE"
2905
+ },
2906
+ "samples": [
2907
+ "color-swatch",
2908
+ "library",
2909
+ "receipt-refund"
2910
+ ],
2911
+ "height": 20,
2912
+ "palette": false,
2913
+ "hidden": true
2911
2914
  }
2912
2915
  }
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.157",
4
+ "version": "1.0.158",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",