From 359d781194c3b8fbcb4910ec30e5554c46778bc7 Mon Sep 17 00:00:00 2001 From: PedroMidueno Date: Thu, 7 Nov 2024 17:49:38 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20tRPC=20svg=20wordmark=20versi?= =?UTF-8?q?ons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 4 ++++ static/library/trpc_wordmark_dark.svg | 1 + static/library/trpc_wordmark_light.svg | 1 + 3 files changed, 6 insertions(+) create mode 100644 static/library/trpc_wordmark_dark.svg create mode 100644 static/library/trpc_wordmark_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index ce43c76..9736810 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3001,6 +3001,10 @@ export const svgs: iSVG[] = [ title: 'tRPC', category: 'Framework', route: '/library/trpc.svg', + wordmark: { + light: '/library/trpc_wordmark_light.svg', + dark : 'library/trpc_wordmark_dark.svg' + }, url: 'https://trpc.io/' } ]; diff --git a/static/library/trpc_wordmark_dark.svg b/static/library/trpc_wordmark_dark.svg new file mode 100644 index 0000000..5992e5b --- /dev/null +++ b/static/library/trpc_wordmark_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/trpc_wordmark_light.svg b/static/library/trpc_wordmark_light.svg new file mode 100644 index 0000000..ee7ede2 --- /dev/null +++ b/static/library/trpc_wordmark_light.svg @@ -0,0 +1 @@ + \ No newline at end of file