diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 29f4e4e..7e4a98f 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3824,5 +3824,14 @@ export const svgs: iSVG[] = [
light: '/library/n8n-wordmark-light.svg'
},
url: 'https://n8n.io/'
+ },
+ {
+ title: 'Kibo UI',
+ category: 'Library',
+ route: {
+ light: '/library/kibo-ui-light.svg',
+ dark: '/library/kibo-ui-dark.svg'
+ },
+ url: 'https://kibo-ui.com/'
}
];
diff --git a/static/library/kibo-ui-dark.svg b/static/library/kibo-ui-dark.svg
new file mode 100644
index 0000000..5df569c
--- /dev/null
+++ b/static/library/kibo-ui-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/kibo-ui-light.svg b/static/library/kibo-ui-light.svg
new file mode 100644
index 0000000..da202da
--- /dev/null
+++ b/static/library/kibo-ui-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file