📦 Add Kibo UI light + dark logos

This commit is contained in:
Vladimir Antonio F. C.
2025-08-26 12:37:07 -04:00
parent fccc020d81
commit a13d7bbd41
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -3814,5 +3814,14 @@ export const svgs: iSVG[] = [
category: 'Library',
route: '/library/unjs.svg',
url: 'https://unjs.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