mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
Addition of Basewell SVG logo
This commit is contained in:
parent
eefbe77f7b
commit
26396ba7a4
@ -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'
|
||||
}
|
||||
];
|
||||
|
13
static/library/basewell.svg
Normal file
13
static/library/basewell.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user