From 4ef70b4526c3c3ae400b3b00075a4b8656896ede Mon Sep 17 00:00:00 2001 From: Jiwook Kim Date: Mon, 6 Sep 2021 12:39:34 +0900 Subject: [PATCH 1/7] new icons added --- devicon.json | 20 ++++++++++++++++++++ icons/kaggle/kaggle-original-wordmark.svg | 1 + icons/kaggle/kaggle-original.svg | 1 + 3 files changed, 22 insertions(+) create mode 100644 icons/kaggle/kaggle-original-wordmark.svg create mode 100644 icons/kaggle/kaggle-original.svg diff --git a/devicon.json b/devicon.json index 294c4d3d8..afc091144 100644 --- a/devicon.json +++ b/devicon.json @@ -2350,6 +2350,26 @@ "color": "#F37726", "aliases": [] }, + { + "name": "kaggle", + "tags": [ + "platform", + "auth", + "machine-learning" + ], + "versions": { + "svg": [ + "original", + "original-wordmark" + ], + "font": [ + "original", + "original-wordmark" + ] + }, + "color": "#20BEFF", + "aliases": [] + }, { "name": "karma", "tags": ["testing", "test-runner"], diff --git a/icons/kaggle/kaggle-original-wordmark.svg b/icons/kaggle/kaggle-original-wordmark.svg new file mode 100644 index 000000000..9a9f1206e --- /dev/null +++ b/icons/kaggle/kaggle-original-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/kaggle/kaggle-original.svg b/icons/kaggle/kaggle-original.svg new file mode 100644 index 000000000..58666671d --- /dev/null +++ b/icons/kaggle/kaggle-original.svg @@ -0,0 +1 @@ + \ No newline at end of file From c2f33780f70a2e2a8c923c7e55d9b7afdf90f334 Mon Sep 17 00:00:00 2001 From: Edward Jiwook Kim Date: Tue, 7 Sep 2021 08:15:20 +0900 Subject: [PATCH 2/7] Updated icons/kaggle/kaggle-original-wordmark.svg Co-authored-by: David Leal --- icons/kaggle/kaggle-original-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/kaggle/kaggle-original-wordmark.svg b/icons/kaggle/kaggle-original-wordmark.svg index 9a9f1206e..55857650d 100644 --- a/icons/kaggle/kaggle-original-wordmark.svg +++ b/icons/kaggle/kaggle-original-wordmark.svg @@ -1 +1 @@ - \ No newline at end of file + From b81c582c2148484198cc853274847f03f5b9e75e Mon Sep 17 00:00:00 2001 From: Edward Jiwook Kim Date: Tue, 7 Sep 2021 08:15:57 +0900 Subject: [PATCH 3/7] Updated devicon.json Co-authored-by: David Leal --- devicon.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index afc091144..85c51aa7d 100644 --- a/devicon.json +++ b/devicon.json @@ -2368,7 +2368,16 @@ ] }, "color": "#20BEFF", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + }, + { + "base": "original-wordmark", + "alias": "plain-wordmark" + } + ] }, { "name": "karma", From 5964b09e3b3f809f305ebdd30d1e23c5aa260610 Mon Sep 17 00:00:00 2001 From: Edward Jiwook Kim Date: Tue, 7 Sep 2021 08:16:10 +0900 Subject: [PATCH 4/7] Updated icons/kaggle/kaggle-original.svg Co-authored-by: David Leal --- icons/kaggle/kaggle-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/kaggle/kaggle-original.svg b/icons/kaggle/kaggle-original.svg index 58666671d..7ec9e240b 100644 --- a/icons/kaggle/kaggle-original.svg +++ b/icons/kaggle/kaggle-original.svg @@ -1 +1 @@ - \ No newline at end of file + From c84f3deb31debdb7b0ab333b032813846716f068 Mon Sep 17 00:00:00 2001 From: Edward Jiwook Kim Date: Tue, 7 Sep 2021 14:26:28 +0900 Subject: [PATCH 5/7] Update kaggle-original-wordmark.svg --- icons/kaggle/kaggle-original-wordmark.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/kaggle/kaggle-original-wordmark.svg b/icons/kaggle/kaggle-original-wordmark.svg index 55857650d..43af75545 100644 --- a/icons/kaggle/kaggle-original-wordmark.svg +++ b/icons/kaggle/kaggle-original-wordmark.svg @@ -1 +1 @@ - + From ad519b2dfef8063cc05f6c0b9e7f5fcc6bb0c039 Mon Sep 17 00:00:00 2001 From: Edward Jiwook Kim Date: Tue, 7 Sep 2021 14:26:49 +0900 Subject: [PATCH 6/7] Update kaggle-original.svg --- icons/kaggle/kaggle-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/kaggle/kaggle-original.svg b/icons/kaggle/kaggle-original.svg index 7ec9e240b..ebfb3bf5d 100644 --- a/icons/kaggle/kaggle-original.svg +++ b/icons/kaggle/kaggle-original.svg @@ -1 +1 @@ - + From e13fd28fb2c4af2aa547caa4718089c7db39d381 Mon Sep 17 00:00:00 2001 From: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com> Date: Tue, 7 Sep 2021 22:45:48 -0700 Subject: [PATCH 7/7] Update devicon.json Co-authored-by: David Leal --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 85c51aa7d..7dd7067da 100644 --- a/devicon.json +++ b/devicon.json @@ -2368,7 +2368,7 @@ ] }, "color": "#20BEFF", - "aliases": [ + "aliases": [ { "base": "original", "alias": "plain"