mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge branch 'main' into feat/add-n8n
This commit is contained in:
@@ -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/'
|
||||
}
|
||||
];
|
||||
|
||||
@@ -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 |
@@ -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 |
Reference in New Issue
Block a user