Skip to content

Commit d8f4c48

Browse files
sinuheshinbrlunatic-foxSnailedltPanquesito7
authored
new icon: trpc (original, original-wordmark, plain, plain-wordmark) (#1742)
* added trpc * 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 * updated original icons and added plain versions * Optimize icons - Unify `plain-wordmark` paths - Remove `fill` color from `plain` and `plain-wordmark` * Update devicon.json Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> * Update devicon.json Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> --------- Co-authored-by: Josélio Júnior <76992016+lunatic-fox@users.noreply.github.com> Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent 2fbbb98 commit d8f4c48

5 files changed

Lines changed: 30 additions & 0 deletions

File tree

devicon.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9296,6 +9296,32 @@
92969296
"color": "#23719f",
92979297
"aliases": []
92989298
},
9299+
{
9300+
"name": "trpc",
9301+
"altnames": [
9302+
"Typescript Remote Procedure Call"
9303+
],
9304+
"tags": [
9305+
"typescript",
9306+
"javascript",
9307+
"typesafe",
9308+
"api"
9309+
],
9310+
"versions": {
9311+
"svg": [
9312+
"original",
9313+
"original-wordmark",
9314+
"plain",
9315+
"plain-wordmark"
9316+
],
9317+
"font": [
9318+
"plain",
9319+
"plain-wordmark"
9320+
]
9321+
},
9322+
"color": "#398ccb",
9323+
"aliases": []
9324+
},
92999325
{
93009326
"name": "twitter",
93019327
"altnames": [],
Lines changed: 1 addition & 0 deletions
Loading

icons/trpc/trpc-original.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/trpc/trpc-plain-wordmark.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/trpc/trpc-plain.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)