diff --git a/collections.json b/collections.json index 1bb5c1d..7283b97 100644 --- a/collections.json +++ b/collections.json @@ -2166,7 +2166,7 @@ }, "devicon": { "name": "Devicon", - "total": 730, + "total": 731, "author": { "name": "konpa", "url": "https://github.com/devicons/devicon/tree/master" @@ -2188,7 +2188,7 @@ }, "devicon-plain": { "name": "Devicon Plain", - "total": 547, + "total": 546, "author": { "name": "konpa", "url": "https://github.com/devicons/devicon/tree/master" diff --git a/collections.md b/collections.md index 68424a7..22070ba 100644 --- a/collections.md +++ b/collections.md @@ -1055,7 +1055,7 @@ * File: [json/file-icons.json](json/file-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) ## Devicon -* Number of icons: 730 +* Number of icons: 731 * Author: konpa * URL: https://github.com/devicons/devicon/tree/master * License: MIT @@ -1065,7 +1065,7 @@ * File: [json/devicon.json](json/devicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) ## Devicon Plain -* Number of icons: 547 +* Number of icons: 546 * Author: konpa * URL: https://github.com/devicons/devicon/tree/master * License: MIT diff --git a/composer.json b/composer.json index 35a93c4..f6980c5 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.141", + "version": "2.2.142", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/devicon-plain.json b/json/devicon-plain.json index f7f0a30..c90a210 100644 --- a/json/devicon-plain.json +++ b/json/devicon-plain.json @@ -2,7 +2,7 @@ "prefix": "devicon-plain", "info": { "name": "Devicon Plain", - "total": 547, + "total": 546, "author": { "name": "konpa", "url": "https://github.com/devicons/devicon/tree/master" @@ -22,7 +22,7 @@ "category": "Brands / Social", "palette": false }, - "lastModified": 1699805929, + "lastModified": 1699944948, "icons": { "aarch64": { "body": "" @@ -280,7 +280,8 @@ "body": "" }, "codepen": { - "body": "" + "body": "", + "hidden": true }, "consul-wordmark": { "body": "" @@ -956,7 +957,7 @@ "body": "" }, "msdos": { - "body": "" + "body": "" }, "mysql": { "body": "" @@ -1544,10 +1545,10 @@ "body": "" }, "unity": { - "body": "" + "body": "" }, "unity-wordmark": { - "body": "" + "body": "" }, "uwsgi": { "body": "" diff --git a/json/devicon.json b/json/devicon.json index 55501cb..2d34326 100644 --- a/json/devicon.json +++ b/json/devicon.json @@ -2,7 +2,7 @@ "prefix": "devicon", "info": { "name": "Devicon", - "total": 730, + "total": 731, "author": { "name": "konpa", "url": "https://github.com/devicons/devicon/tree/master" @@ -22,7 +22,7 @@ "category": "Brands / Social", "palette": true }, - "lastModified": 1699805950, + "lastModified": 1699944964, "icons": { "aarch64": { "body": "" @@ -345,8 +345,11 @@ "codeac": { "body": "" }, + "codepen": { + "body": "" + }, "codepen-wordmark": { - "body": "" + "body": "" }, "coffeescript": { "body": "" @@ -403,10 +406,10 @@ "body": "" }, "crystal": { - "body": "" + "body": "" }, "crystal-wordmark": { - "body": "" + "body": "" }, "csharp": { "body": "" @@ -1180,7 +1183,7 @@ "body": "" }, "msdos": { - "body": "" + "body": "" }, "mysql": { "body": "" @@ -2027,10 +2030,10 @@ "body": "" }, "unity": { - "body": "" + "body": "" }, "unity-wordmark": { - "body": "" + "body": "" }, "unix": { "body": "" @@ -2066,10 +2069,10 @@ "body": "" }, "vercel": { - "body": "" + "body": "" }, "vercel-wordmark": { - "body": "" + "body": "" }, "vertx": { "body": "" diff --git a/package-lock.json b/package-lock.json index 25370b9..17254f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.2.141", + "version": "2.2.142", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.2.141", + "version": "2.2.142", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index a3be3ef..f4b172b 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.141", + "version": "2.2.142", "type": "module", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues",