🎨 Fix Designali SVG data
Some checks are pending
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Waiting to run
🧑‍🚀 Check / 📦 SVGs Size (push) Waiting to run
🧑‍🚀 Check / 🛠️ Build app (push) Waiting to run
🚀 Deploy / API - Cloudflare Workers (push) Waiting to run

This commit is contained in:
pheralb 2025-03-05 08:43:18 +00:00
parent 45127aee81
commit 416b5257e8
3 changed files with 2 additions and 26 deletions

View File

@ -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'
}
];

View File

@ -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

View File

@ -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