From b01470eb6aaaa8a763efb76eabf478df097219cc Mon Sep 17 00:00:00 2001 From: Iwo Plaza Date: Sat, 11 Jan 2025 19:53:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20TypeGPU=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 13 +++++++++++++ static/library/typegpu-dark.svg | 1 + static/library/typegpu-light.svg | 1 + static/library/typegpu-wordmark-dark.svg | 1 + static/library/typegpu-wordmark-light.svg | 1 + 5 files changed, 17 insertions(+) create mode 100644 static/library/typegpu-dark.svg create mode 100644 static/library/typegpu-light.svg create mode 100644 static/library/typegpu-wordmark-dark.svg create mode 100644 static/library/typegpu-wordmark-light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index da38295..9692e84 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3173,5 +3173,18 @@ export const svgs: iSVG[] = [ category: ['Software', 'Library'], route: '/library/tanstack.svg', url: 'https://tanstack.com/' + }, + { + title: 'TypeGPU', + category: ['Software', 'Library'], + route: { + light: '/library/typegpu-light.svg', + dark: '/library/typegpu-dark.svg' + }, + wordmark: { + light: '/library/typegpu-wordmark-light.svg', + dark: '/library/typegpu-wordmark-dark.svg' + }, + url: 'https://typegpu.com' } ]; diff --git a/static/library/typegpu-dark.svg b/static/library/typegpu-dark.svg new file mode 100644 index 0000000..39a50e5 --- /dev/null +++ b/static/library/typegpu-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/typegpu-light.svg b/static/library/typegpu-light.svg new file mode 100644 index 0000000..9ca7717 --- /dev/null +++ b/static/library/typegpu-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/typegpu-wordmark-dark.svg b/static/library/typegpu-wordmark-dark.svg new file mode 100644 index 0000000..cf1f0a8 --- /dev/null +++ b/static/library/typegpu-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/typegpu-wordmark-light.svg b/static/library/typegpu-wordmark-light.svg new file mode 100644 index 0000000..f136a2b --- /dev/null +++ b/static/library/typegpu-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file