diff --git a/collections.json b/collections.json index cb6cb93..e60b8f3 100644 --- a/collections.json +++ b/collections.json @@ -87,7 +87,7 @@ "ph": { "name": "Phosphor", "total": 7488, - "version": "2.0.7", + "version": "2.0.8", "author": { "name": "Phosphor Icons", "url": "https://github.com/phosphor-icons/core" @@ -304,7 +304,7 @@ }, "lucide": { "name": "Lucide", - "total": 1424, + "total": 1425, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -1433,11 +1433,6 @@ "building-library", "receipt-refund" ], - "height": [ - 24, - 20, - 16 - ], "category": "General", "palette": false }, diff --git a/collections.md b/collections.md index f338ec0..fd45b4c 100644 --- a/collections.md +++ b/collections.md @@ -48,7 +48,7 @@ * URL: https://github.com/phosphor-icons/core * License: MIT * License URL: https://github.com/phosphor-icons/core/blob/main/LICENSE -* Version: 2.0.7 +* Version: 2.0.8 * Palette: Colorless * Icon set prefix: `ph` * File: [json/ph.json](json/ph.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) @@ -149,7 +149,7 @@ * File: [json/ion.json](json/ion.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) ## Lucide -* Number of icons: 1424 +* Number of icons: 1425 * Author: Lucide Contributors * URL: https://github.com/lucide-icons/lucide * License: ISC diff --git a/composer.json b/composer.json index fc8647e..ad8c62b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "2.2.182", + "version": "2.2.183", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/heroicons.json b/json/heroicons.json index dcd1dab..418b61d 100644 --- a/json/heroicons.json +++ b/json/heroicons.json @@ -18,11 +18,6 @@ "building-library", "receipt-refund" ], - "height": [ - 24, - 20, - 16 - ], "category": "General", "palette": false }, diff --git a/json/lucide.json b/json/lucide.json index 697b53d..f0c59f4 100644 --- a/json/lucide.json +++ b/json/lucide.json @@ -2,7 +2,7 @@ "prefix": "lucide", "info": { "name": "Lucide", - "total": 1424, + "total": 1425, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -21,7 +21,7 @@ "category": "General", "palette": false }, - "lastModified": 1707721252, + "lastModified": 1707897486, "icons": { "a-arrow-down": { "body": "" @@ -1023,7 +1023,7 @@ "body": "" }, "circle-dashed": { - "body": "" + "body": "" }, "circle-dollar-sign": { "body": "" @@ -1193,7 +1193,7 @@ "body": "" }, "clover": { - "body": "" + "body": "" }, "club": { "body": "" @@ -1637,7 +1637,7 @@ "body": "" }, "file-image": { - "body": "" + "body": "" }, "file-input": { "body": "" @@ -1673,7 +1673,7 @@ "body": "" }, "file-output": { - "body": "" + "body": "" }, "file-pen": { "body": "" @@ -1716,7 +1716,7 @@ "body": "" }, "file-symlink": { - "body": "" + "body": "" }, "file-terminal": { "body": "" @@ -1904,7 +1904,7 @@ "body": "" }, "folder-output": { - "body": "" + "body": "" }, "folder-pen": { "body": "" @@ -1922,7 +1922,7 @@ "body": "" }, "folder-symlink": { - "body": "" + "body": "" }, "folder-sync": { "body": "" @@ -2256,6 +2256,9 @@ "image-plus": { "body": "" }, + "images": { + "body": "" + }, "import": { "body": "" }, diff --git a/json/ph.json b/json/ph.json index a6fe3c1..553be86 100644 --- a/json/ph.json +++ b/json/ph.json @@ -3,7 +3,7 @@ "info": { "name": "Phosphor", "total": 7488, - "version": "2.0.7", + "version": "2.0.8", "author": { "name": "Phosphor Icons", "url": "https://github.com/phosphor-icons/core" diff --git a/package-lock.json b/package-lock.json index da5044f..dbe3774 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.2.182", + "version": "2.2.183", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.2.182", + "version": "2.2.183", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index 6822728..71ca641 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Hundreds of open source icon sets in IconifyJSON format", "license": "MIT", - "version": "2.2.182", + "version": "2.2.183", "type": "module", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues",