From bb334162d52870173b1262a6b8521e63e14c84ad Mon Sep 17 00:00:00 2001 From: sinuheshinbr Date: Sun, 23 Apr 2023 21:08:38 -0300 Subject: [PATCH 1/6] added trpc --- devicon.json | 20 ++++++++++++++++++++ icons/trpc/trpc-original-wordmark.svg | 4 ++++ icons/trpc/trpc-original.svg | 4 ++++ 3 files changed, 28 insertions(+) create mode 100644 icons/trpc/trpc-original-wordmark.svg create mode 100644 icons/trpc/trpc-original.svg diff --git a/devicon.json b/devicon.json index 3f7bed210..ba66372c6 100644 --- a/devicon.json +++ b/devicon.json @@ -4885,6 +4885,26 @@ "color": "#23719f", "aliases": [] }, + { + "name": "trpc", + "tags": [ + "typescript", + "typesafe", + "api", + ], + "versions": { + "svg": [ + "original", + "original-wordmark" + ], + "font": [ + "original", + "original-wordmark" + ] + }, + "color": "#3398db", + "aliases": [] + }, { "name": "twitter", "tags": [ diff --git a/icons/trpc/trpc-original-wordmark.svg b/icons/trpc/trpc-original-wordmark.svg new file mode 100644 index 000000000..f028c2607 --- /dev/null +++ b/icons/trpc/trpc-original-wordmark.svg @@ -0,0 +1,4 @@ + + + diff --git a/icons/trpc/trpc-original.svg b/icons/trpc/trpc-original.svg new file mode 100644 index 000000000..62cce3422 --- /dev/null +++ b/icons/trpc/trpc-original.svg @@ -0,0 +1,4 @@ + + + From 613ee2375425a8985aa679a0633747564e388ac2 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, 25 Apr 2023 14:25:32 -0300 Subject: [PATCH 2/6] Fix `devicon.json` and make a little optimization to icons. - Add `altnames` to `trpc` entry - Remove trailing comma at `tags` - Remove `fill-rule` of icons --- devicon.json | 3 ++- icons/trpc/trpc-original-wordmark.svg | 5 +---- icons/trpc/trpc-original.svg | 5 +---- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/devicon.json b/devicon.json index 691b358c2..18fb47e91 100644 --- a/devicon.json +++ b/devicon.json @@ -9249,10 +9249,11 @@ }, { "name": "trpc", + "altnames": [], "tags": [ "typescript", "typesafe", - "api", + "api" ], "versions": { "svg": [ diff --git a/icons/trpc/trpc-original-wordmark.svg b/icons/trpc/trpc-original-wordmark.svg index f028c2607..0aeedfc97 100644 --- a/icons/trpc/trpc-original-wordmark.svg +++ b/icons/trpc/trpc-original-wordmark.svg @@ -1,4 +1 @@ - - - + diff --git a/icons/trpc/trpc-original.svg b/icons/trpc/trpc-original.svg index 62cce3422..b58ab8e75 100644 --- a/icons/trpc/trpc-original.svg +++ b/icons/trpc/trpc-original.svg @@ -1,4 +1 @@ - - - + From 53702bb9d61c1d06cf69c38825584e62b3ab41dd Mon Sep 17 00:00:00 2001 From: Sinuhe Shin Date: Tue, 25 Apr 2023 15:38:02 -0300 Subject: [PATCH 3/6] updated original icons and added plain versions --- devicon.json | 10 ++++++---- icons/trpc/trpc-original-wordmark.svg | 9 ++++++++- icons/trpc/trpc-original.svg | 5 ++++- icons/trpc/trpc-plain-wordmark.svg | 6 ++++++ icons/trpc/trpc-plain.svg | 4 ++++ 5 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 icons/trpc/trpc-plain-wordmark.svg create mode 100644 icons/trpc/trpc-plain.svg diff --git a/devicon.json b/devicon.json index 18fb47e91..e5705811c 100644 --- a/devicon.json +++ b/devicon.json @@ -9258,14 +9258,16 @@ "versions": { "svg": [ "original", - "original-wordmark" + "original-wordmark", + "plain", + "plain-wordmark" ], "font": [ - "original", - "original-wordmark" + "plain", + "plain-wordmark" ] }, - "color": "#3398db", + "color": "#398ccb", "aliases": [] }, { diff --git a/icons/trpc/trpc-original-wordmark.svg b/icons/trpc/trpc-original-wordmark.svg index 0aeedfc97..20a1133b6 100644 --- a/icons/trpc/trpc-original-wordmark.svg +++ b/icons/trpc/trpc-original-wordmark.svg @@ -1 +1,8 @@ - + + + + + diff --git a/icons/trpc/trpc-original.svg b/icons/trpc/trpc-original.svg index b58ab8e75..90b06e16e 100644 --- a/icons/trpc/trpc-original.svg +++ b/icons/trpc/trpc-original.svg @@ -1 +1,4 @@ - + + + + diff --git a/icons/trpc/trpc-plain-wordmark.svg b/icons/trpc/trpc-plain-wordmark.svg new file mode 100644 index 000000000..3ff2688b3 --- /dev/null +++ b/icons/trpc/trpc-plain-wordmark.svg @@ -0,0 +1,6 @@ + + + + diff --git a/icons/trpc/trpc-plain.svg b/icons/trpc/trpc-plain.svg new file mode 100644 index 000000000..d89bfc83d --- /dev/null +++ b/icons/trpc/trpc-plain.svg @@ -0,0 +1,4 @@ + + + From abc6de2d1fea6ed12ef06c7f79d3b8fbc7f0c577 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, 25 Apr 2023 16:07:51 -0300 Subject: [PATCH 4/6] Optimize icons - Unify `plain-wordmark` paths - Remove `fill` color from `plain` and `plain-wordmark` --- icons/trpc/trpc-original-wordmark.svg | 9 +-------- icons/trpc/trpc-original.svg | 5 +---- icons/trpc/trpc-plain-wordmark.svg | 7 +------ icons/trpc/trpc-plain.svg | 5 +---- 4 files changed, 4 insertions(+), 22 deletions(-) diff --git a/icons/trpc/trpc-original-wordmark.svg b/icons/trpc/trpc-original-wordmark.svg index 20a1133b6..b585c5960 100644 --- a/icons/trpc/trpc-original-wordmark.svg +++ b/icons/trpc/trpc-original-wordmark.svg @@ -1,8 +1 @@ - - - - - + diff --git a/icons/trpc/trpc-original.svg b/icons/trpc/trpc-original.svg index 90b06e16e..016e3b543 100644 --- a/icons/trpc/trpc-original.svg +++ b/icons/trpc/trpc-original.svg @@ -1,4 +1 @@ - - - - + diff --git a/icons/trpc/trpc-plain-wordmark.svg b/icons/trpc/trpc-plain-wordmark.svg index 3ff2688b3..44840eb2c 100644 --- a/icons/trpc/trpc-plain-wordmark.svg +++ b/icons/trpc/trpc-plain-wordmark.svg @@ -1,6 +1 @@ - - - - + diff --git a/icons/trpc/trpc-plain.svg b/icons/trpc/trpc-plain.svg index d89bfc83d..238389fe5 100644 --- a/icons/trpc/trpc-plain.svg +++ b/icons/trpc/trpc-plain.svg @@ -1,4 +1 @@ - - - + From 6b2199b9d337d50ed0fa3cb97c275acd856e96e3 Mon Sep 17 00:00:00 2001 From: Sinuhe Shin <66136384+sinuheshinbr@users.noreply.github.com> Date: Wed, 26 Apr 2023 15:11:32 -0300 Subject: [PATCH 5/6] Update devicon.json 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devicon.json b/devicon.json index e5705811c..6a8ee543a 100644 --- a/devicon.json +++ b/devicon.json @@ -9249,7 +9249,9 @@ }, { "name": "trpc", - "altnames": [], + "altnames": [ + "Typescript Remote Procedure Call" + ], "tags": [ "typescript", "typesafe", From 6ff604e493c2c422c7190b89324b358a9154a823 Mon Sep 17 00:00:00 2001 From: Sinuhe Shin <66136384+sinuheshinbr@users.noreply.github.com> Date: Wed, 26 Apr 2023 15:11:43 -0300 Subject: [PATCH 6/6] Update devicon.json 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/devicon.json b/devicon.json index 6a8ee543a..a9db34947 100644 --- a/devicon.json +++ b/devicon.json @@ -9254,6 +9254,7 @@ ], "tags": [ "typescript", + "javascript", "typesafe", "api" ],