Merge pull request #324 from heyecs/main

Basewell Color Logo
This commit is contained in:
Pablo Hdez 2024-04-29 10:17:10 +02:00 committed by GitHub
commit 317fe7573f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 23 additions and 4 deletions

View File

@ -8,6 +8,12 @@ export const svgs: iSVG[] = [
wordmark: '/library/mercado-pago-wordmark.svg',
url: 'https://www.mercadopago.com/developers/'
},
{
title: 'Basewell',
category: ['AI', 'Software'],
route: '/library/basewell.svg',
url: 'https://www.basewell.com/'
},
{
title: 'ahooks',
category: 'Library',
@ -2647,9 +2653,9 @@ export const svgs: iSVG[] = [
url: 'https://exome.dev/'
},
{
title: "Poper",
category: "AI",
route: "/library/poper.svg",
url: "https://www.poper.ai"
title: 'Poper',
category: 'AI',
route: '/library/poper.svg',
url: 'https://www.poper.ai'
}
];

View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" width="165" height="165" fill="none">
<path fill="#5DE8E8" d="M3 108.401c0-21.353 17.31-38.664 38.664-38.664H77.59c22.865 0 41.4 18.536 41.4 41.4 0 22.865-18.535 41.4-41.4 41.4H3v-44.136Z"/>
<path fill="#2B4FF1" d="M46.792 52.664C46.792 31.31 64.102 14 85.456 14h35.928c22.864 0 41.4 18.535 41.4 41.4s-18.536 41.4-41.401 41.4h-74.59V52.664Z"/>
<mask id="a" width="116" height="84" x="3" y="69" maskUnits="userSpaceOnUse" style="mask-type:alpha">
<path fill="#5DE8E8" d="M3 108.401c0-21.353 17.31-38.664 38.664-38.664H77.59c22.865 0 41.4 18.536 41.4 41.4 0 22.865-18.535 41.4-41.4 41.4H3v-44.136Z"/>
</mask>
<g mask="url(#a)">
<path fill="#00A5FD" d="M46.792 52.664C46.792 31.31 64.102 14 85.456 14h35.928c22.864 0 41.4 18.535 41.4 41.4s-18.536 41.4-41.401 41.4h-74.59V52.664Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 881 B