Merge pull request #552 from atleugim/logo/base-ui
Some checks are pending
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Waiting to run
🧑‍🚀 Check / 📦 SVGs Size (push) Waiting to run
🧑‍🚀 Check / 🛠️ Build app (push) Waiting to run
🚀 Deploy / API - Cloudflare Workers (push) Waiting to run

📦 Add Base UI SVG
This commit is contained in:
Pablo Hdez 2025-01-30 00:17:21 +00:00 committed by GitHub
commit a95a2c6f12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 0 deletions

View File

@ -3262,5 +3262,14 @@ export const svgs: iSVG[] = [
category: ['AI', 'Software'], category: ['AI', 'Software'],
route: '/library/openwebui.svg', route: '/library/openwebui.svg',
url: 'https://openwebui.com/' 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