mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
commit
800881df5d
@ -1575,5 +1575,12 @@ export const svgs: iSVG[] = [
|
|||||||
category: 'Software',
|
category: 'Software',
|
||||||
route: '/library/hoppscotch.svg',
|
route: '/library/hoppscotch.svg',
|
||||||
url: 'https://hoppscotch.com'
|
url: 'https://hoppscotch.com'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 226,
|
||||||
|
title: 'Dub',
|
||||||
|
category: 'Software',
|
||||||
|
route: '/library/dub.svg',
|
||||||
|
url: 'https://dub.co'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
17
static/library/dub.svg
Normal file
17
static/library/dub.svg
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<svg width="191" height="191" viewBox="0 0 191 191" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<g clip-path="url(#clip0_36_30)">
|
||||||
|
<path d="M191 95.5C191 148.243 148.243 191 95.5 191C42.7568 191 0 148.243 0 95.5C0 42.7568 42.7568 0 95.5 0C148.243 0 191 42.7568 191 95.5Z" fill="black"/>
|
||||||
|
<mask id="mask0_36_30" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="191" height="191">
|
||||||
|
<path d="M191 95.5C191 148.243 148.243 191 95.5 191C42.7568 191 0 148.243 0 95.5C0 42.7568 42.7568 0 95.5 0C148.243 0 191 42.7568 191 95.5Z" fill="black"/>
|
||||||
|
</mask>
|
||||||
|
<g mask="url(#mask0_36_30)">
|
||||||
|
<circle cx="95" cy="100" r="49" fill="white"/>
|
||||||
|
<path d="M122 -14H144V148H122V-14Z" fill="white"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_36_30">
|
||||||
|
<rect width="191" height="191" fill="white"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 811 B |
Loading…
Reference in New Issue
Block a user