diff --git a/collections.json b/collections.json index e257522..1fcf0bb 100644 --- a/collections.json +++ b/collections.json @@ -420,7 +420,7 @@ }, "lucide": { "name": "Lucide", - "total": 541, + "total": 546, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -1477,7 +1477,7 @@ }, "logos": { "name": "SVG Logos", - "total": 1389, + "total": 1401, "author": { "name": "Gil Barbara", "url": "https://github.com/gilbarbara/logos" diff --git a/collections.md b/collections.md index d8bc27c..9de3277 100644 --- a/collections.md +++ b/collections.md @@ -190,7 +190,7 @@ ### Lucide -* Number of icons: 541 +* Number of icons: 546 * Author: Lucide Contributors * URL: https://github.com/lucide-icons/lucide * License: ISC @@ -659,7 +659,7 @@ ### SVG Logos -* Number of icons: 1389 +* Number of icons: 1401 * Author: Gil Barbara * URL: https://github.com/gilbarbara/logos * License: CC0 diff --git a/composer.json b/composer.json index e82e9e1..41cf7e1 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.1.5", + "version": "2.1.6", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/logos.json b/json/logos.json index 70fff61..27985ec 100644 --- a/json/logos.json +++ b/json/logos.json @@ -2,7 +2,7 @@ "prefix": "logos", "info": { "name": "SVG Logos", - "total": 1389, + "total": 1401, "author": { "name": "Gil Barbara", "url": "https://github.com/gilbarbara/logos" @@ -317,6 +317,15 @@ "body": "", "height": 174 }, + "argo": { + "body": "", + "width": 512, + "height": 234 + }, + "argo-icon": { + "body": "", + "height": 327 + }, "armory": { "body": "", "height": 308 @@ -1449,6 +1458,14 @@ "body": "", "height": 259 }, + "dbt": { + "body": "", + "width": 512, + "height": 196 + }, + "dbt-icon": { + "body": "" + }, "dcos": { "body": "", "width": 512, @@ -2095,6 +2112,10 @@ "height": 266, "hidden": true }, + "framer": { + "body": "", + "height": 384 + }, "framework7": { "body": "", "width": 512, @@ -2640,6 +2661,10 @@ "body": "", "height": 296 }, + "helm": { + "body": "", + "height": 297 + }, "helpscout": { "body": "", "width": 512, @@ -2743,6 +2768,15 @@ "html5-boilerplate": { "body": "" }, + "httpie": { + "body": "", + "width": 512, + "height": 148 + }, + "httpie-icon": { + "body": "", + "height": 306 + }, "hubspot": { "body": "", "width": 512, @@ -5302,6 +5336,15 @@ "speedcurve": { "body": "" }, + "spidermonkey": { + "body": "", + "width": 512, + "height": 73 + }, + "spidermonkey-icon": { + "body": "", + "height": 213 + }, "spinnaker": { "body": "", "height": 297 @@ -5753,6 +5796,9 @@ "body": "", "height": 182 }, + "toml": { + "body": "" + }, "tor": { "body": "", "width": 512, @@ -6389,6 +6435,11 @@ "width": 512, "height": 143 }, + "yaml": { + "body": "", + "width": 512, + "height": 176 + }, "yammer": { "body": "", "height": 218 diff --git a/json/lucide.json b/json/lucide.json index 5412036..0884638 100644 --- a/json/lucide.json +++ b/json/lucide.json @@ -2,7 +2,7 @@ "prefix": "lucide", "info": { "name": "Lucide", - "total": 541, + "total": 546, "author": { "name": "Lucide Contributors", "url": "https://github.com/lucide-icons/lucide" @@ -1066,6 +1066,21 @@ "package": { "body": "" }, + "package-check": { + "body": "" + }, + "package-minus": { + "body": "" + }, + "package-plus": { + "body": "" + }, + "package-search": { + "body": "" + }, + "package-x": { + "body": "" + }, "palette": { "body": "" }, diff --git a/package-lock.json b/package-lock.json index 3f4c8aa..2ad60c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.1.5", + "version": "2.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.1.5", + "version": "2.1.6", "license": "MIT", "dependencies": { "@iconify/types": "^1.0.9", diff --git a/package.json b/package.json index d36a377..4b72b6a 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.1.5", + "version": "2.1.6", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues", "repository": {