From f5a7c85448772f6b368a90bc200159dc6eba8d51 Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 29 Apr 2025 09:44:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Convex=20SVG=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 10 ++++++++++ static/library/convex.svg | 1 + static/library/convex_wordmark_dark.svg | 1 + static/library/convex_wordmark_light.svg | 1 + 4 files changed, 13 insertions(+) create mode 100644 static/library/convex.svg create mode 100644 static/library/convex_wordmark_dark.svg create mode 100644 static/library/convex_wordmark_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 20d2756..7539b63 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3564,5 +3564,15 @@ export const svgs: iSVG[] = [ dark: '/library/heroui_light.svg' }, url: 'https://www.heroui.com/' + }, + { + title: 'Convex', + category: ['Database', 'Software'], + route: '/library/convex.svg', + wordmark: { + light: '/library/convex_wordmark_light.svg', + dark: '/library/convex_wordmark_dark.svg' + }, + url: 'https://www.convex.dev/' } ]; diff --git a/static/library/convex.svg b/static/library/convex.svg new file mode 100644 index 0000000..4b09f3d --- /dev/null +++ b/static/library/convex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/convex_wordmark_dark.svg b/static/library/convex_wordmark_dark.svg new file mode 100644 index 0000000..31ed41b --- /dev/null +++ b/static/library/convex_wordmark_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/convex_wordmark_light.svg b/static/library/convex_wordmark_light.svg new file mode 100644 index 0000000..8389217 --- /dev/null +++ b/static/library/convex_wordmark_light.svg @@ -0,0 +1 @@ + \ No newline at end of file