📦 Add Base UI SVG

This commit is contained in:
Miguel Vega 2025-01-29 14:28:35 -05:00
parent cce8bebda0
commit 3fbb7b106e
3 changed files with 11 additions and 0 deletions

View File

@ -3262,5 +3262,14 @@ export const svgs: iSVG[] = [
category: ['AI', 'Software'],
route: '/library/openwebui.svg',
url: 'https://openwebui.com/'
},
{
title: 'Base UI',
category: 'Library',
route: {
light: '/library/base-ui.svg',
dark: '/library/base-ui-dark.svg'
},
url: 'https://base-ui.com/'
}
];

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="24" fill="#fff" aria-label="Base UI"><path d="M9.5 7.015A.477.477 0 0 0 9 7.5V23a8 8 0 0 0 .5-15.985ZM8 9.8V23c-4.418 0-8-3.94-8-8.8V1c4.418 0 8 3.94 8 8.8Z"/></svg>

After

Width:  |  Height:  |  Size: 224 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="24" aria-label="Base UI"><path d="M9.5 7.015A.477.477 0 0 0 9 7.5V23a8 8 0 0 0 .5-15.985ZM8 9.8V23c-4.418 0-8-3.94-8-8.8V1c4.418 0 8 3.94 8 8.8Z"/></svg>

After

Width:  |  Height:  |  Size: 212 B