diff --git a/collections.json b/collections.json index 3adcfbb..14ce6c0 100644 --- a/collections.json +++ b/collections.json @@ -779,7 +779,7 @@ }, "lucide": { "name": "Lucide", - "total": 533, + "total": 534, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" diff --git a/collections.md b/collections.md index 3b90aea..0f7a0ab 100644 --- a/collections.md +++ b/collections.md @@ -344,7 +344,7 @@ ### Lucide -* Number of icons: 533 +* Number of icons: 534 * Author: Lucide Contributors * URL: https://github.com/lucide-icons/lucide * License: ISC diff --git a/composer.json b/composer.json index 698d10d..0612383 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.0.20", + "version": "2.0.21", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/lucide.json b/json/lucide.json index d022a4b..10792fa 100644 --- a/json/lucide.json +++ b/json/lucide.json @@ -2,7 +2,7 @@ "prefix": "lucide", "info": { "name": "Lucide", - "total": 533, + "total": 534, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -550,6 +550,9 @@ "edit-3": { "body": "" }, + "egg": { + "body": "" + }, "equal": { "body": "" }, diff --git a/package-lock.json b/package-lock.json index 183a79d..a028438 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.0.20", + "version": "2.0.21", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.0.20", + "version": "2.0.21", "license": "MIT", "dependencies": { "@iconify/types": "^1.0.9", diff --git a/package.json b/package.json index bd95a3b..3a6fdb3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Iconify icons collection in JSON format", "license": "MIT", - "version": "2.0.20", + "version": "2.0.21", "publishConfig": { "tag": "next" },