mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-05 22:48:17 +08:00
📦 Add Base UI SVG
This commit is contained in:
parent
cce8bebda0
commit
3fbb7b106e
@ -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/'
|
||||
}
|
||||
];
|
||||
|
1
static/library/base-ui-dark.svg
Normal file
1
static/library/base-ui-dark.svg
Normal 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 |
1
static/library/base-ui.svg
Normal file
1
static/library/base-ui.svg
Normal 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 |
Loading…
x
Reference in New Issue
Block a user