diff --git a/collections.json b/collections.json index 84bd140..9fd0950 100644 --- a/collections.json +++ b/collections.json @@ -484,7 +484,7 @@ }, "lucide": { "name": "Lucide", - "total": 881, + "total": 882, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -1781,8 +1781,8 @@ }, "simple-icons": { "name": "Simple Icons", - "total": 2434, - "version": "8.4.0", + "total": 2435, + "version": "8.5.0", "author": { "name": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons" diff --git a/collections.md b/collections.md index fa78d08..653eae8 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: 881 +* Number of icons: 882 * Author: Lucide Contributors * URL: https://github.com/lucide-icons/lucide * License: ISC @@ -870,12 +870,12 @@ * File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) ## Simple Icons -* Number of icons: 2434 +* Number of icons: 2435 * Author: Simple Icons Collaborators * URL: https://github.com/simple-icons/simple-icons * License: CC0 1.0 * License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md -* Version: 8.4.0 +* Version: 8.5.0 * Palette: Colorless * Icon set prefix: `simple-icons` * File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) diff --git a/composer.json b/composer.json index a85b93e..505b0f9 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.20", + "version": "2.2.21", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/lucide.json b/json/lucide.json index 2173834..1a09684 100644 --- a/json/lucide.json +++ b/json/lucide.json @@ -2,7 +2,7 @@ "prefix": "lucide", "info": { "name": "Lucide", - "total": 881, + "total": 882, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -21,7 +21,7 @@ "category": "General", "palette": false }, - "lastModified": 1675839604, + "lastModified": 1676270803, "icons": { "accessibility": { "body": "" @@ -1334,6 +1334,9 @@ "grid": { "body": "" }, + "grip": { + "body": "" + }, "grip-horizontal": { "body": "" }, diff --git a/json/simple-icons.json b/json/simple-icons.json index 6f054eb..75e8808 100644 --- a/json/simple-icons.json +++ b/json/simple-icons.json @@ -2,8 +2,8 @@ "prefix": "simple-icons", "info": { "name": "Simple Icons", - "total": 2434, - "version": "8.4.0", + "total": 2435, + "version": "8.5.0", "author": { "name": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons" @@ -22,7 +22,7 @@ "category": "Brands / Social", "palette": false }, - "lastModified": 1675066958, + "lastModified": 1676270964, "icons": { "42": { "body": "" @@ -4032,6 +4032,9 @@ "mendeley": { "body": "" }, + "mercadopago": { + "body": "" + }, "mercedes": { "body": "" }, diff --git a/package-lock.json b/package-lock.json index ff3881a..d4d5d6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.2.20", + "version": "2.2.21", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.2.20", + "version": "2.2.21", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index 4157479..dfabd5a 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.20", + "version": "2.2.21", "type": "module", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues",