From 24d5fb32f17df1095221a8add9527c83d46b799b Mon Sep 17 00:00:00 2001 From: PedroMidueno Date: Wed, 6 Nov 2024 16:30:22 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=95=20Add=20tRPC=20svg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/trpc.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/trpc.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index e5c2039..ce43c76 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2996,5 +2996,11 @@ export const svgs: iSVG[] = [ category: 'Devtool', route: '/library/unocss.svg', url: 'https://unocss.dev/' + }, + { + title: 'tRPC', + category: 'Framework', + route: '/library/trpc.svg', + url: 'https://trpc.io/' } ]; diff --git a/static/library/trpc.svg b/static/library/trpc.svg new file mode 100644 index 0000000..9a03cb5 --- /dev/null +++ b/static/library/trpc.svg @@ -0,0 +1 @@ + \ No newline at end of file