diff --git a/collections.json b/collections.json index 4e659f4..7742809 100644 --- a/collections.json +++ b/collections.json @@ -484,7 +484,7 @@ }, "lucide": { "name": "Lucide", - "total": 884, + "total": 886, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" diff --git a/collections.md b/collections.md index 7008081..c5549ae 100644 --- a/collections.md +++ b/collections.md @@ -239,7 +239,7 @@ * File: [json/cil.json](json/cil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) ## Lucide -* Number of icons: 884 +* Number of icons: 886 * Author: Lucide Contributors * URL: https://github.com/lucide-icons/lucide * License: ISC diff --git a/composer.json b/composer.json index e9ebba6..df6249f 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.25", + "version": "2.2.26", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/lucide.json b/json/lucide.json index 21ff298..0eb18af 100644 --- a/json/lucide.json +++ b/json/lucide.json @@ -2,7 +2,7 @@ "prefix": "lucide", "info": { "name": "Lucide", - "total": 884, + "total": 886, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -21,7 +21,7 @@ "category": "General", "palette": false }, - "lastModified": 1676615936, + "lastModified": 1677049899, "icons": { "accessibility": { "body": "" @@ -2303,6 +2303,12 @@ "spline": { "body": "" }, + "split-square-horizontal": { + "body": "" + }, + "split-square-vertical": { + "body": "" + }, "sprout": { "body": "" }, diff --git a/json/nonicons.json b/json/nonicons.json index 5066533..ee74cbb 100644 --- a/json/nonicons.json +++ b/json/nonicons.json @@ -22,7 +22,7 @@ "category": "Brands / Social", "palette": false }, - "lastModified": 1675180834, + "lastModified": 1677050060, "icons": { "angular-16": { "body": "" @@ -208,8 +208,7 @@ "body": "" }, "yarn-16": { - "body": "", - "width": 17 + "body": "" } }, "suffixes": { diff --git a/package-lock.json b/package-lock.json index dffef2f..5e83149 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.2.25", + "version": "2.2.26", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.2.25", + "version": "2.2.26", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index a1a4112..5ecf1e1 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.2.25", + "version": "2.2.26", "type": "module", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues",