@iconify/collections 1.0.574 → 1.0.575

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 +8 -9
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -397,7 +397,7 @@
397
397
  },
398
398
  "lucide": {
399
399
  "name": "Lucide",
400
- "total": 1624,
400
+ "total": 1626,
401
401
  "author": {
402
402
  "name": "Lucide Contributors",
403
403
  "url": "https://github.com/lucide-icons/lucide"
@@ -408,9 +408,9 @@
408
408
  "url": "https://github.com/lucide-icons/lucide/blob/main/LICENSE"
409
409
  },
410
410
  "samples": [
411
- "check-circle",
411
+ "circle-check",
412
412
  "award",
413
- "home",
413
+ "house",
414
414
  "check",
415
415
  "mountain",
416
416
  "chevron-up"
@@ -822,7 +822,7 @@
822
822
  },
823
823
  "proicons": {
824
824
  "name": "ProIcons",
825
- "total": 518,
825
+ "total": 521,
826
826
  "version": "4.12.2",
827
827
  "author": {
828
828
  "name": "ProCode",
@@ -1049,8 +1049,8 @@
1049
1049
  },
1050
1050
  "humbleicons": {
1051
1051
  "name": "Humbleicons",
1052
- "total": 256,
1053
- "version": "1.18.1",
1052
+ "total": 257,
1053
+ "version": "1.19.0",
1054
1054
  "author": {
1055
1055
  "name": "Jiří Zralý",
1056
1056
  "url": "https://github.com/zraly/humbleicons"
@@ -1687,7 +1687,7 @@
1687
1687
  "carbon": {
1688
1688
  "name": "Carbon",
1689
1689
  "total": 2365,
1690
- "version": "11.63.0",
1690
+ "version": "11.64.0",
1691
1691
  "author": {
1692
1692
  "name": "IBM",
1693
1693
  "url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
@@ -3376,7 +3376,7 @@
3376
3376
  "codicon": {
3377
3377
  "name": "Codicons",
3378
3378
  "total": 491,
3379
- "version": "0.0.38",
3379
+ "version": "0.0.39",
3380
3380
  "author": {
3381
3381
  "name": "Microsoft Corporation",
3382
3382
  "url": "https://github.com/microsoft/vscode-codicons"
@@ -4375,7 +4375,6 @@
4375
4375
  ],
4376
4376
  "height": 24,
4377
4377
  "category": "Flags / Maps",
4378
- "tags": [],
4379
4378
  "palette": true
4380
4379
  },
4381
4380
  "cif": {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iconify/collections",
3
3
  "description": "Iconify icon sets list",
4
4
  "license": "MIT",
5
- "version": "1.0.574",
5
+ "version": "1.0.575",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",