Merge branch 'main' into feat/add-n8n

This commit is contained in:
Pablo Hdez
2025-08-26 19:03:06 +01:00
committed by GitHub
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -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/'
}
];
+1
View File
@@ -0,0 +1 @@
<svg fill="none" height="116" viewBox="0 0 117 116" width="117" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m29.8378 0h87.0002v29 58l-29.0002 29v-87h-87.000031zm-29.000031 95.7389v-37.7389h37.738831zm58.000031 20.2611h-37.249l37.249-37.2488z" fill="#fff" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 302 B

+1
View File
@@ -0,0 +1 @@
<svg fill="none" height="116" viewBox="0 0 117 116" width="117" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="m29.8378 0h87.0002v29 58l-29.0002 29v-87h-87.000031zm-29.000031 95.7389v-37.7389h37.738831zm58.000031 20.2611h-37.249l37.249-37.2488z" fill="#000" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 302 B