From b87138fda2b2b7eb9dd33b95100670e5715792bb Mon Sep 17 00:00:00 2001
From: "Vladimir Antonio F. C." <50648871+vladiantio@users.noreply.github.com>
Date: Tue, 26 Aug 2025 13:34:07 -0400
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20n8n=20logo=20and=20wordmar?=
=?UTF-8?q?ks=20for=20dark=20and=20light=20themes?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/data/svgs.ts | 10 ++++++++++
static/library/n8n-wordmark-dark.svg | 1 +
static/library/n8n-wordmark-light.svg | 1 +
static/library/n8n.svg | 1 +
4 files changed, 13 insertions(+)
create mode 100644 static/library/n8n-wordmark-dark.svg
create mode 100644 static/library/n8n-wordmark-light.svg
create mode 100644 static/library/n8n.svg
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