From fc3cb67baf2d7e62541d1e37eb28cd4bc151c82d Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Wed, 7 Jul 2021 20:24:27 +0200 Subject: [PATCH 01/14] new icon: putty (original) --- devicon.json | 17 +++++++++++++++++ icons/putty/putty-original.svg | 1 + 2 files changed, 18 insertions(+) create mode 100644 icons/putty/putty-original.svg diff --git a/devicon.json b/devicon.json index 43996ee0a..181363735 100644 --- a/devicon.json +++ b/devicon.json @@ -2981,6 +2981,23 @@ }, "color": "#b7111d", "aliases": [] + }, + { + "name": "putty", + "tags": [ + "ssh", + "server" + ], + "versions": { + "svg": [ + "original" + ], + "font": [ + "original" + ] + }, + "color": "#0000fc", + "aliases": [] }, { "name": "pycharm", diff --git a/icons/putty/putty-original.svg b/icons/putty/putty-original.svg new file mode 100644 index 000000000..34c14ed82 --- /dev/null +++ b/icons/putty/putty-original.svg @@ -0,0 +1 @@ + \ No newline at end of file From c0c1781c4f54fca2ac023599f218086c1d17cea6 Mon Sep 17 00:00:00 2001 From: M Pater Date: Wed, 7 Jul 2021 21:30:10 +0200 Subject: [PATCH 02/14] Update icons/putty/putty-original.svg Added putty viewport Co-authored-by: David Leal --- icons/putty/putty-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/putty/putty-original.svg b/icons/putty/putty-original.svg index 34c14ed82..0628675e3 100644 --- a/icons/putty/putty-original.svg +++ b/icons/putty/putty-original.svg @@ -1 +1 @@ - \ No newline at end of file + From 150cec4dd6c57fda4ed75ffa76f35611fc2bcb51 Mon Sep 17 00:00:00 2001 From: M Pater Date: Wed, 7 Jul 2021 21:30:24 +0200 Subject: [PATCH 03/14] Update devicon.json Added putty aliases Co-authored-by: David Leal --- devicon.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 181363735..2b4dab0a3 100644 --- a/devicon.json +++ b/devicon.json @@ -2997,7 +2997,12 @@ ] }, "color": "#0000fc", - "aliases": [] + "aliases": [ + { + "base": "original", + "alias": "plain" + } + ] }, { "name": "pycharm", From d377572f368b292907b9314a7bbc469511c7bb1f Mon Sep 17 00:00:00 2001 From: M Pater Date: Tue, 27 Jul 2021 00:37:50 +0200 Subject: [PATCH 04/14] Update icons/putty/putty-original.svg Co-authored-by: David Leal --- icons/putty/putty-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/putty/putty-original.svg b/icons/putty/putty-original.svg index 0628675e3..0748c2ea4 100644 --- a/icons/putty/putty-original.svg +++ b/icons/putty/putty-original.svg @@ -1 +1 @@ - + From e26a3a4729170be4b4fdb7f5b67aa763e6f15d57 Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Tue, 27 Jul 2021 10:22:58 +0200 Subject: [PATCH 05/14] putty: line version added as suggested --- devicon.json | 12 ++++-------- icons/putty/putty-line.svg | 1 + 2 files changed, 5 insertions(+), 8 deletions(-) create mode 100644 icons/putty/putty-line.svg diff --git a/devicon.json b/devicon.json index 874e7dc65..e10e6c6a0 100644 --- a/devicon.json +++ b/devicon.json @@ -3160,19 +3160,15 @@ ], "versions": { "svg": [ - "original" + "original", + "line" ], "font": [ - "original" + "line" ] }, "color": "#0000fc", - "aliases": [ - { - "base": "original", - "alias": "plain" - } - ] + "aliases": [] }, { "name": "pycharm", diff --git a/icons/putty/putty-line.svg b/icons/putty/putty-line.svg new file mode 100644 index 000000000..01b849912 --- /dev/null +++ b/icons/putty/putty-line.svg @@ -0,0 +1 @@ + \ No newline at end of file From 30c142bc272e4ec041f83b1f1fc4520c5bdc7b59 Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Tue, 27 Jul 2021 10:27:04 +0200 Subject: [PATCH 06/14] putty-plain: fix --- icons/putty/putty-line.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/putty/putty-line.svg b/icons/putty/putty-line.svg index 01b849912..14736bf8c 100644 --- a/icons/putty/putty-line.svg +++ b/icons/putty/putty-line.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 1214d9146cdc2bbe2f0e372375b72939ed293186 Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Tue, 27 Jul 2021 10:42:50 +0200 Subject: [PATCH 07/14] putty-plain added --- devicon.json | 2 ++ icons/putty/putty-plain.svg | 1 + 2 files changed, 3 insertions(+) create mode 100644 icons/putty/putty-plain.svg diff --git a/devicon.json b/devicon.json index e10e6c6a0..efa7bc425 100644 --- a/devicon.json +++ b/devicon.json @@ -3161,9 +3161,11 @@ "versions": { "svg": [ "original", + "plain", "line" ], "font": [ + "plain", "line" ] }, diff --git a/icons/putty/putty-plain.svg b/icons/putty/putty-plain.svg new file mode 100644 index 000000000..006e32d16 --- /dev/null +++ b/icons/putty/putty-plain.svg @@ -0,0 +1 @@ + \ No newline at end of file From c4fb2b7634ddaf88323ae462320fb68deb80bc79 Mon Sep 17 00:00:00 2001 From: Michiel Pater Date: Tue, 27 Jul 2021 10:56:44 +0200 Subject: [PATCH 08/14] putty-plain: fix --- icons/putty/putty-plain.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/putty/putty-plain.svg b/icons/putty/putty-plain.svg index 006e32d16..0773bd37a 100644 --- a/icons/putty/putty-plain.svg +++ b/icons/putty/putty-plain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From 3982cbf783e05ec72a2fd4a861615565ebc35b00 Mon Sep 17 00:00:00 2001 From: M Pater Date: Tue, 27 Jul 2021 22:43:23 +0200 Subject: [PATCH 09/14] Update icons/putty/putty-line.svg Co-authored-by: David Leal --- icons/putty/putty-line.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/putty/putty-line.svg b/icons/putty/putty-line.svg index 14736bf8c..dc90c6a3d 100644 --- a/icons/putty/putty-line.svg +++ b/icons/putty/putty-line.svg @@ -1 +1 @@ - \ No newline at end of file + From 8235154012807bc061c075c088a3466bfdcfa583 Mon Sep 17 00:00:00 2001 From: M Pater Date: Tue, 27 Jul 2021 22:43:33 +0200 Subject: [PATCH 10/14] 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 efa7bc425..abfbea034 100644 --- a/devicon.json +++ b/devicon.json @@ -3165,7 +3165,7 @@ "line" ], "font": [ - "plain", + "plain", "line" ] }, From 379c5363d6fa668d69b6bc39aae8d7e19f51cb1b Mon Sep 17 00:00:00 2001 From: M Pater Date: Tue, 27 Jul 2021 22:43:42 +0200 Subject: [PATCH 11/14] Update devicon.json Co-authored-by: David Leal --- devicon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devicon.json b/devicon.json index abfbea034..1cdd1b436 100644 --- a/devicon.json +++ b/devicon.json @@ -3161,8 +3161,8 @@ "versions": { "svg": [ "original", - "plain", - "line" + "plain", + "line" ], "font": [ "plain", From d0bece2b42117a4058a9ea78cad7a72d4af82ec2 Mon Sep 17 00:00:00 2001 From: M Pater Date: Tue, 27 Jul 2021 22:43:49 +0200 Subject: [PATCH 12/14] Update icons/putty/putty-plain.svg Co-authored-by: David Leal --- icons/putty/putty-plain.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/putty/putty-plain.svg b/icons/putty/putty-plain.svg index 0773bd37a..04d7455ac 100644 --- a/icons/putty/putty-plain.svg +++ b/icons/putty/putty-plain.svg @@ -1 +1 @@ - \ No newline at end of file + From bf80b37fa529e28cfa5cc9a1251e8060a22816a2 Mon Sep 17 00:00:00 2001 From: David Leal Date: Thu, 5 Aug 2021 12:28:03 -0500 Subject: [PATCH 13/14] Remove the line version --- icons/putty/putty-line.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 icons/putty/putty-line.svg diff --git a/icons/putty/putty-line.svg b/icons/putty/putty-line.svg deleted file mode 100644 index dc90c6a3d..000000000 --- a/icons/putty/putty-line.svg +++ /dev/null @@ -1 +0,0 @@ - From 7b5bdcad29fd705a0774f1085d063be1ae456d69 Mon Sep 17 00:00:00 2001 From: David Leal Date: Thu, 5 Aug 2021 12:31:35 -0500 Subject: [PATCH 14/14] Update devicon.json --- devicon.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/devicon.json b/devicon.json index 1cdd1b436..2690a706a 100644 --- a/devicon.json +++ b/devicon.json @@ -3161,12 +3161,10 @@ "versions": { "svg": [ "original", - "plain", - "line" + "plain" ], "font": [ - "plain", - "line" + "plain" ] }, "color": "#0000fc",