From e652cbf9fefcfacdb26fe4f03b88cc35e9dfbc26 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 26 Dec 2024 09:18:55 +0200 Subject: [PATCH] Update 2 icon sets: Devicon Plain, Devicon --- collections.json | 4 ++-- collections.md | 4 ++-- composer.json | 2 +- json/devicon-plain.json | 19 +++++++++++++++++-- json/devicon.json | 25 +++++++++++++++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 48 insertions(+), 12 deletions(-) diff --git a/collections.json b/collections.json index 2878627..be2571b 100644 --- a/collections.json +++ b/collections.json @@ -2815,7 +2815,7 @@ }, "devicon": { "name": "Devicon", - "total": 842, + "total": 849, "author": { "name": "konpa", "url": "https://github.com/devicons/devicon/tree/master" @@ -2840,7 +2840,7 @@ }, "devicon-plain": { "name": "Devicon Plain", - "total": 618, + "total": 623, "author": { "name": "konpa", "url": "https://github.com/devicons/devicon/tree/master" diff --git a/collections.md b/collections.md index 2c5c21f..c156300 100644 --- a/collections.md +++ b/collections.md @@ -1069,7 +1069,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: 842 +* Number of icons: 849 * Author: konpa * URL: https://github.com/devicons/devicon/tree/master * License: MIT @@ -1079,7 +1079,7 @@ * File: [json/devicon.json](json/devicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html)) ## Devicon Plain -* Number of icons: 618 +* Number of icons: 623 * Author: konpa * URL: https://github.com/devicons/devicon/tree/master * License: MIT diff --git a/composer.json b/composer.json index e626ba2..e49667f 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.288", + "version": "2.2.289", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/devicon-plain.json b/json/devicon-plain.json index 3b14f91..81f0500 100644 --- a/json/devicon-plain.json +++ b/json/devicon-plain.json @@ -2,7 +2,7 @@ "prefix": "devicon-plain", "info": { "name": "Devicon Plain", - "total": 618, + "total": 623, "author": { "name": "konpa", "url": "https://github.com/devicons/devicon/tree/master" @@ -25,7 +25,7 @@ "category": "Programming", "palette": false }, - "lastModified": 1734957385, + "lastModified": 1735197236, "icons": { "aarch64": { "body": "" @@ -556,6 +556,9 @@ "firebase-wordmark": { "body": "" }, + "firebird": { + "body": "" + }, "firefox": { "body": "" }, @@ -946,6 +949,12 @@ "ktor-wordmark": { "body": "" }, + "kubeflow": { + "body": "" + }, + "kubeflow-wordmark": { + "body": "" + }, "kubernetes": { "body": "" }, @@ -1036,6 +1045,12 @@ "maya-wordmark": { "body": "" }, + "memcached": { + "body": "" + }, + "memcached-wordmark": { + "body": "" + }, "meteor": { "body": "" }, diff --git a/json/devicon.json b/json/devicon.json index 85b5540..8eebf39 100644 --- a/json/devicon.json +++ b/json/devicon.json @@ -2,7 +2,7 @@ "prefix": "devicon", "info": { "name": "Devicon", - "total": 842, + "total": 849, "author": { "name": "konpa", "url": "https://github.com/devicons/devicon/tree/master" @@ -25,7 +25,7 @@ "category": "Programming", "palette": true }, - "lastModified": 1734957399, + "lastModified": 1735197250, "icons": { "aarch64": { "body": "" @@ -711,6 +711,9 @@ "firebase-wordmark": { "body": "" }, + "firebird": { + "body": "" + }, "firefox": { "body": "" }, @@ -1164,6 +1167,12 @@ "ktor-wordmark": { "body": "" }, + "kubeflow": { + "body": "" + }, + "kubeflow-wordmark": { + "body": "" + }, "kubernetes": { "body": "" }, @@ -1267,6 +1276,12 @@ "matplotlib-wordmark": { "body": "" }, + "mattermost": { + "body": "" + }, + "mattermost-wordmark": { + "body": "" + }, "maven": { "body": "" }, @@ -1279,6 +1294,12 @@ "maya-wordmark": { "body": "" }, + "memcached": { + "body": "" + }, + "memcached-wordmark": { + "body": "" + }, "meteor": { "body": "" }, diff --git a/package-lock.json b/package-lock.json index 2342c75..3f1e8ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iconify/json", - "version": "2.2.288", + "version": "2.2.289", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iconify/json", - "version": "2.2.288", + "version": "2.2.289", "license": "MIT", "dependencies": { "@iconify/types": "*", diff --git a/package.json b/package.json index 2c9299a..3e25e04 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.288", + "version": "2.2.289", "type": "module", "homepage": "https://iconify.design/icon-sets/", "bugs": "https://github.com/iconify/icon-sets/issues",