diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 94c4f7d..fb9cbb0 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3049,6 +3049,19 @@ export const svgs: iSVG[] = [
},
url: 'https://polar.sh/'
},
+ {
+ title: 'nuqs',
+ category: 'Library',
+ route: {
+ light: '/library/nuqs.svg',
+ dark: '/library/nuqs_dark.svg'
+ },
+ wordmark: {
+ light: '/library/nuqs-wordmark.svg',
+ dark: '/library/nuqs-wordmark_dark.svg'
+ },
+ url: 'https://nuqs.47ng.com/'
+ },
{
title: 'SoundCloud',
category: 'Entertainment',
diff --git a/static/library/nuqs-wordmark.svg b/static/library/nuqs-wordmark.svg
new file mode 100644
index 0000000..1c52695
--- /dev/null
+++ b/static/library/nuqs-wordmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/nuqs-wordmark_dark.svg b/static/library/nuqs-wordmark_dark.svg
new file mode 100644
index 0000000..e1f1e7b
--- /dev/null
+++ b/static/library/nuqs-wordmark_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/nuqs.svg b/static/library/nuqs.svg
new file mode 100644
index 0000000..5824bb5
--- /dev/null
+++ b/static/library/nuqs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/nuqs_dark.svg b/static/library/nuqs_dark.svg
new file mode 100644
index 0000000..10335d2
--- /dev/null
+++ b/static/library/nuqs_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file