Addition of Basewell SVG logo

This commit is contained in:
Evan Stewart 2024-04-28 17:43:27 -05:00
parent eefbe77f7b
commit 26396ba7a4
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', wordmark: '/library/mercado-pago-wordmark.svg',
url: 'https://www.mercadopago.com/developers/' url: 'https://www.mercadopago.com/developers/'
}, },
{
title: 'Basewell',
category: ['AI', 'Software'],
route: '/library/basewell.svg',
url: 'https://www.basewell.com/'
},
{ {
title: 'ahooks', title: 'ahooks',
category: 'Library', category: 'Library',
@ -2647,9 +2653,9 @@ export const svgs: iSVG[] = [
url: 'https://exome.dev/' url: 'https://exome.dev/'
}, },
{ {
title: "Poper", title: 'Poper',
category: "AI", category: 'AI',
route: "/library/poper.svg", route: '/library/poper.svg',
url: "https://www.poper.ai" 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