diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 3eefeeb..29f4e4e 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3814,5 +3814,15 @@ export const svgs: iSVG[] = [
category: 'Library',
route: '/library/unjs.svg',
url: 'https://unjs.io/'
+ },
+ {
+ title: 'n8n',
+ category: ['Platform', 'Automation', 'AI'],
+ route: '/library/n8n.svg',
+ wordmark: {
+ dark: '/library/n8n-wordmark-dark.svg',
+ light: '/library/n8n-wordmark-light.svg'
+ },
+ url: 'https://n8n.io/'
}
];
diff --git a/static/library/n8n-wordmark-dark.svg b/static/library/n8n-wordmark-dark.svg
new file mode 100644
index 0000000..5dc682d
--- /dev/null
+++ b/static/library/n8n-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/n8n-wordmark-light.svg b/static/library/n8n-wordmark-light.svg
new file mode 100644
index 0000000..6ff91ea
--- /dev/null
+++ b/static/library/n8n-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/n8n.svg b/static/library/n8n.svg
new file mode 100644
index 0000000..5e64edf
--- /dev/null
+++ b/static/library/n8n.svg
@@ -0,0 +1 @@
+
\ No newline at end of file