mirror of
https://github.com/pheralb/svgl.git
synced 2025-04-07 16:58:12 +08:00
🎨 Fix Designali SVG data
This commit is contained in:
parent
45127aee81
commit
416b5257e8
@ -3402,10 +3402,7 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: 'Designali',
|
||||
category: ['Software', 'Design'],
|
||||
route: {
|
||||
light: '/library/designali.svg',
|
||||
dark: '/library/designali-dark.svg'
|
||||
},
|
||||
route: '/library/designali.svg',
|
||||
url: 'https://designali.in'
|
||||
}
|
||||
];
|
||||
|
@ -1,11 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 1440">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #d93739;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path class="cls-1" d="M410.16,364.04h253.69c116.97,0,207.22,30.93,270.73,92.75,63.5,61.84,95.26,149.91,95.26,264.21s-31.08,201.22-93.25,262.71c-62.17,61.51-151.08,92.25-266.72,92.25h-259.7V364.04Z"/>
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 1440"><path d="M410.16 364.04h253.69c116.97 0 207.22 30.93 270.73 92.75 63.5 61.84 95.26 149.91 95.26 264.21s-31.08 201.22-93.25 262.71c-62.17 61.51-151.08 92.25-266.72 92.25h-259.7V364.04Z" style="fill:#d93739"/></svg>
|
Before Width: | Height: | Size: 416 B After Width: | Height: | Size: 277 B |
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 1440">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #d93739;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path class="cls-1" d="M410.16,364.04h253.69c116.97,0,207.22,30.93,270.73,92.75,63.5,61.84,95.26,149.91,95.26,264.21s-31.08,201.22-93.25,262.71c-62.17,61.51-151.08,92.25-266.72,92.25h-259.7V364.04Z"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 416 B |
Loading…
x
Reference in New Issue
Block a user