diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 21b8d08..718dbaa 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -353,6 +353,12 @@ export const svgs: iSVG[] = [
route: '/library/npm.svg',
url: 'https://www.npmjs.com/'
},
+ {
+ title: 'Nuget',
+ category: 'Software',
+ route: '/library/nuget.svg',
+ url: 'https://www.nuget.org/'
+ },
{
title: 'Homebrew',
category: 'Software',
@@ -1490,6 +1496,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/nuget.svg b/static/library/nuget.svg
new file mode 100644
index 0000000..8b41af1
--- /dev/null
+++ b/static/library/nuget.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/payload.svg b/static/library/payload.svg
index 31ad2b8..ebeb61f 100644
--- a/static/library/payload.svg
+++ b/static/library/payload.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/static/library/payload_dark.svg b/static/library/payload_dark.svg
index 349c869..a9c7674 100644
--- a/static/library/payload_dark.svg
+++ b/static/library/payload_dark.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
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