diff --git a/collections.json b/collections.json index 594bdd8..219a700 100644 --- a/collections.json +++ b/collections.json @@ -779,7 +779,7 @@ }, "lucide": { "name": "Lucide", - "total": 530, + "total": 533, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -2047,7 +2047,7 @@ }, "logos": { "name": "SVG Logos", - "total": 1291, + "total": 1302, "author": { "name": "Gil Barbara", "url": "https://github.com/gilbarbara/logos" diff --git a/collections.md b/collections.md index 67006a9..3302616 100644 --- a/collections.md +++ b/collections.md @@ -344,7 +344,7 @@ ### Lucide -* Number of icons: 530 +* Number of icons: 533 * Author: Lucide Contributors * URL: https://github.com/lucide-icons/lucide * License: ISC @@ -912,7 +912,7 @@ ### SVG Logos -* Number of icons: 1291 +* Number of icons: 1302 * Author: Gil Barbara * URL: https://github.com/gilbarbara/logos * License: CC0 diff --git a/composer.json b/composer.json index c51cd75..a90c896 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.18", + "version": "2.0.19", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/logos.json b/json/logos.json index ead83db..dd1f2e4 100644 --- a/json/logos.json +++ b/json/logos.json @@ -2,7 +2,7 @@ "prefix": "logos", "info": { "name": "SVG Logos", - "total": 1291, + "total": 1302, "author": { "name": "Gil Barbara", "url": "https://github.com/gilbarbara/logos" @@ -303,6 +303,10 @@ "asciidoctor": { "body": "" }, + "astro": { + "body": "", + "height": 264 + }, "astronomer": { "body": "", "height": 271 @@ -481,6 +485,11 @@ "body": "", "height": 310 }, + "axios": { + "body": "", + "width": 512, + "height": 75 + }, "azure": { "body": "", "width": 512, @@ -1260,6 +1269,11 @@ "body": "", "height": 295 }, + "curl": { + "body": "", + "width": 512, + "height": 154 + }, "customerio": { "body": "", "width": 512, @@ -1812,6 +1826,9 @@ "fedora": { "body": "" }, + "fetch": { + "body": "" + }, "figma": { "body": "", "height": 384 @@ -3356,6 +3373,14 @@ "body": "", "height": 131 }, + "matplotlib": { + "body": "", + "width": 512, + "height": 103 + }, + "matplotlib-icon": { + "body": "" + }, "mattermost": { "body": "", "width": 512, @@ -3856,11 +3881,24 @@ "body": "", "height": 317 }, + "openframeworks": { + "body": "", + "height": 135 + }, "opengl": { "body": "", "width": 512, "height": 224 }, + "openjs-foundation": { + "body": "", + "width": 512, + "height": 161 + }, + "openjs-foundation-icon": { + "body": "", + "height": 296 + }, "openlayers": { "body": "", "height": 259 @@ -4914,6 +4952,15 @@ "body": "", "height": 425 }, + "snowflake": { + "body": "", + "width": 512, + "height": 116 + }, + "snowflake-icon": { + "body": "", + "height": 255 + }, "snowpack": { "body": "", "height": 205 diff --git a/json/lucide.json b/json/lucide.json index e65ca26..d022a4b 100644 --- a/json/lucide.json +++ b/json/lucide.json @@ -2,7 +2,7 @@ "prefix": "lucide", "info": { "name": "Lucide", - "total": 530, + "total": 533, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -259,6 +259,9 @@ "car": { "body": "" }, + "carrot": { + "body": "" + }, "cast": { "body": "" }, @@ -535,6 +538,9 @@ "droplets": { "body": "" }, + "drumstick": { + "body": "" + }, "edit": { "body": "" }, @@ -1382,6 +1388,9 @@ "strikethrough": { "body": "" }, + "subscript": { + "body": "" + }, "sun": { "body": "" }, diff --git a/package-lock.json b/package-lock.json index e15271a..1bcb1b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.0.18", + "version": "2.0.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.0.18", + "version": "2.0.19", "license": "MIT", "dependencies": { "@iconify/types": "^1.0.9", diff --git a/package.json b/package.json index 845acc8..e5d204c 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.18", + "version": "2.0.19", "publishConfig": { "tag": "next" },