From f5c56bb8efdb0c3ab7ddc90aef2174ba025ba2b0 Mon Sep 17 00:00:00 2001 From: Constantinos Xanthopoulos Date: Wed, 3 May 2023 10:46:27 -0500 Subject: [PATCH 1/8] Add grpc icon --- devicon.json | 29 +++++++++++++++++++++++++++-- icons/grpc/grpc-original.svg | 1 + icons/grpc/grpc-plain.svg | 1 + 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 icons/grpc/grpc-original.svg create mode 100644 icons/grpc/grpc-plain.svg diff --git a/devicon.json b/devicon.json index bf2794981..ea60ae90b 100644 --- a/devicon.json +++ b/devicon.json @@ -3749,6 +3749,31 @@ "color": "#619cbc", "aliases": [] }, + { + "name": "grpc", + "altnames": [ + "grpcio" + ], + "tags": [ + "programming", + "c++", + "java", + "python", + "go", + "library" + ], + "versions": { + "svg": [ + "original", + "plain" + ], + "font": [ + "plain" + ] + }, + "color": "#5FC6C5", + "aliases": [] + }, { "name": "grunt", "altnames": [ @@ -7289,7 +7314,7 @@ "programming" ], "versions": { - "svg": [ + "svg": [ "original", "original-wordmark", "plain", @@ -7301,7 +7326,7 @@ ] }, "color": "#3775a9", - "aliases": [] + "aliases": [] }, { "name": "pyscript", diff --git a/icons/grpc/grpc-original.svg b/icons/grpc/grpc-original.svg new file mode 100644 index 000000000..16f5da4cc --- /dev/null +++ b/icons/grpc/grpc-original.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/grpc/grpc-plain.svg b/icons/grpc/grpc-plain.svg new file mode 100644 index 000000000..23ea4d837 --- /dev/null +++ b/icons/grpc/grpc-plain.svg @@ -0,0 +1 @@ + \ No newline at end of file From 7e89cb8236d199c0a0575da8ef16da062394883e Mon Sep 17 00:00:00 2001 From: Constantinos Xanthopoulos Date: Wed, 3 May 2023 11:00:38 -0500 Subject: [PATCH 2/8] Optimize icons --- icons/grpc/grpc-original.svg | 2 +- icons/grpc/grpc-plain.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/grpc/grpc-original.svg b/icons/grpc/grpc-original.svg index 16f5da4cc..126a3a693 100644 --- a/icons/grpc/grpc-original.svg +++ b/icons/grpc/grpc-original.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/grpc/grpc-plain.svg b/icons/grpc/grpc-plain.svg index 23ea4d837..6deb79545 100644 --- a/icons/grpc/grpc-plain.svg +++ b/icons/grpc/grpc-plain.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file From c43832d23652d7bbd8ddce83d64fd3c42e081732 Mon Sep 17 00:00:00 2001 From: Constantinos Xanthopoulos Date: Wed, 3 May 2023 21:24:25 -0500 Subject: [PATCH 3/8] Update devicon.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @lunatic-fox format suggestions Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com> --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index ea60ae90b..035d02a30 100644 --- a/devicon.json +++ b/devicon.json @@ -7314,7 +7314,7 @@ "programming" ], "versions": { - "svg": [ + "svg": [ "original", "original-wordmark", "plain", From a218c10908eb6c2b4c37e71a73ad72a9d0ed240b Mon Sep 17 00:00:00 2001 From: Constantinos Xanthopoulos Date: Wed, 3 May 2023 21:25:23 -0500 Subject: [PATCH 4/8] Update devicon.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @lunatic-fox format suggestions Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com> --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 035d02a30..eeb1170d4 100644 --- a/devicon.json +++ b/devicon.json @@ -7326,7 +7326,7 @@ ] }, "color": "#3775a9", - "aliases": [] + "aliases": [] }, { "name": "pyscript", From e3fed0a2114ca43abd6bea15fb3f716baf4a4bcb Mon Sep 17 00:00:00 2001 From: Constantinos Xanthopoulos Date: Wed, 3 May 2023 21:27:27 -0500 Subject: [PATCH 5/8] Update logos based on @lunatic-fox suggestions --- icons/grpc/grpc-original.svg | 2 +- icons/grpc/grpc-plain.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icons/grpc/grpc-original.svg b/icons/grpc/grpc-original.svg index 126a3a693..d2586a32d 100644 --- a/icons/grpc/grpc-original.svg +++ b/icons/grpc/grpc-original.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/icons/grpc/grpc-plain.svg b/icons/grpc/grpc-plain.svg index 6deb79545..533a63438 100644 --- a/icons/grpc/grpc-plain.svg +++ b/icons/grpc/grpc-plain.svg @@ -1 +1 @@ - \ No newline at end of file + From 7e369e4768090381103f0f06f44a5b3dde9baa52 Mon Sep 17 00:00:00 2001 From: Constantinos Xanthopoulos Date: Sat, 13 May 2023 00:33:08 -0500 Subject: [PATCH 6/8] Add altname suggestion by @SnailedIt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> --- devicon.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index eeb1170d4..939b0f018 100644 --- a/devicon.json +++ b/devicon.json @@ -3752,7 +3752,8 @@ { "name": "grpc", "altnames": [ - "grpcio" + "grpcio", + "Google Remote Procedure Call" ], "tags": [ "programming", From acbc4c1c3e1f096cd6496629f2e8e88a273e8ca7 Mon Sep 17 00:00:00 2001 From: Constantinos Xanthopoulos Date: Sat, 13 May 2023 00:33:40 -0500 Subject: [PATCH 7/8] Update color based on the gradient MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com> --- devicon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index 939b0f018..6de52d228 100644 --- a/devicon.json +++ b/devicon.json @@ -3772,7 +3772,7 @@ "plain" ] }, - "color": "#5FC6C5", + "color": "#00b0ad", "aliases": [] }, { From f1e83723cf666a2f854fc496dcccaddf86c2c1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9lio=20J=C3=BAnior?= <76992016+lunatic-fox@users.noreply.github.com> Date: Tue, 16 May 2023 17:43:42 -0300 Subject: [PATCH 8/8] Update grpc-original.svg --- icons/grpc/grpc-original.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/grpc/grpc-original.svg b/icons/grpc/grpc-original.svg index d2586a32d..4e0ab99c1 100644 --- a/icons/grpc/grpc-original.svg +++ b/icons/grpc/grpc-original.svg @@ -1 +1 @@ - \ No newline at end of file +