From 3f9b755d4a44019ed39ec59d7be2a7075ce1011a Mon Sep 17 00:00:00 2001 From: Micha Huhn Date: Tue, 8 Apr 2025 06:50:00 +0200 Subject: [PATCH] feat: add Valibot logos --- src/data/svgs.ts | 10 ++++++++++ static/library/valibot-wordmark-dark.svg | 1 + static/library/valibot-wordmark-light.svg | 1 + static/library/valibot.svg | 1 + 4 files changed, 13 insertions(+) create mode 100644 static/library/valibot-wordmark-dark.svg create mode 100644 static/library/valibot-wordmark-light.svg create mode 100644 static/library/valibot.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 93f1833..fdbbb2e 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1500,6 +1500,16 @@ export const svgs: iSVG[] = [ route: '/library/zod.svg', url: 'https://zod.dev/' }, + { + title: 'Valibot', + category: 'Library', + route: '/library/valibot.svg', + wordmark: { + light: '/library/valibot-wordmark-light.svg', + dark: '/library/valibot-wordmark-dark.svg' + }, + url: 'https://valibot.dev' + }, { title: 'Dreamweaver', category: 'Software', diff --git a/static/library/valibot-wordmark-dark.svg b/static/library/valibot-wordmark-dark.svg new file mode 100644 index 0000000..30af53f --- /dev/null +++ b/static/library/valibot-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/valibot-wordmark-light.svg b/static/library/valibot-wordmark-light.svg new file mode 100644 index 0000000..3e853d1 --- /dev/null +++ b/static/library/valibot-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/valibot.svg b/static/library/valibot.svg new file mode 100644 index 0000000..de13e08 --- /dev/null +++ b/static/library/valibot.svg @@ -0,0 +1 @@ + \ No newline at end of file