diff --git a/collections.json b/collections.json index d2bbd3b..fdef655 100644 --- a/collections.json +++ b/collections.json @@ -304,7 +304,7 @@ }, "lucide": { "name": "Lucide", - "total": 1354, + "total": 1358, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -1401,7 +1401,7 @@ "pajamas": { "name": "Gitlab SVGs", "total": 373, - "version": "3.73.0", + "version": "3.74.0", "author": { "name": "GitLab B.V.", "url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main" diff --git a/collections.md b/collections.md index 466d18f..18d20b7 100644 --- a/collections.md +++ b/collections.md @@ -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: 1354 +* Number of icons: 1358 * Author: Lucide Contributors * URL: https://github.com/lucide-icons/lucide * License: ISC @@ -690,7 +690,7 @@ * URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main * License: MIT * License URL: https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE -* Version: 3.73.0 +* Version: 3.74.0 * Palette: Colorless * Icon set prefix: `pajamas` * File: [json/pajamas.json](json/pajamas.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) diff --git a/composer.json b/composer.json index b128a76..df71232 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.160", + "version": "2.2.161", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/lucide.json b/json/lucide.json index d0028bf..1e4cc4c 100644 --- a/json/lucide.json +++ b/json/lucide.json @@ -2,7 +2,7 @@ "prefix": "lucide", "info": { "name": "Lucide", - "total": 1354, + "total": 1358, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -21,7 +21,7 @@ "category": "General", "palette": false }, - "lastModified": 1702886965, + "lastModified": 1703229885, "icons": { "accessibility": { "body": "" @@ -164,6 +164,9 @@ "antenna": { "body": "" }, + "anvil": { + "body": "" + }, "aperture": { "body": "" }, @@ -710,6 +713,9 @@ "brain-cog": { "body": "" }, + "brick-wall": { + "body": "" + }, "briefcase": { "body": "" }, @@ -1448,6 +1454,9 @@ "feather": { "body": "" }, + "fence": { + "body": "" + }, "ferris-wheel": { "body": "" }, @@ -2123,6 +2132,9 @@ "info": { "body": "" }, + "inspection-panel": { + "body": "" + }, "instagram": { "body": "" }, diff --git a/json/openmoji.json b/json/openmoji.json index a43da50..21cfea4 100644 --- a/json/openmoji.json +++ b/json/openmoji.json @@ -22,7 +22,7 @@ "category": "Emoji", "palette": true }, - "lastModified": 1703056716, + "lastModified": 1703230105, "icons": { "1st-place-medal": { "body": "" @@ -627,7 +627,7 @@ "body": "" }, "blue-heart": { - "body": "" + "body": "" }, "blue-hexagon": { "body": "" diff --git a/json/pajamas.json b/json/pajamas.json index fa2791b..2573b31 100644 --- a/json/pajamas.json +++ b/json/pajamas.json @@ -3,7 +3,7 @@ "info": { "name": "Gitlab SVGs", "total": 373, - "version": "3.73.0", + "version": "3.74.0", "author": { "name": "GitLab B.V.", "url": "https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main" diff --git a/package-lock.json b/package-lock.json index 3260aaf..9778304 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.2.160", + "version": "2.2.161", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.2.160", + "version": "2.2.161", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index 138d956..29477d9 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.160", + "version": "2.2.161", "type": "module", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues",