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