Merge pull request #586 from designali-in/main
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

Designali Logo
This commit is contained in:
Pablo Hdez 2025-03-04 12:51:10 +01:00 committed by GitHub
commit 2bc48282fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 33 additions and 1 deletions

View File

@ -87,5 +87,6 @@
"typescript-eslint": "8.6.0",
"vite": "5.4.7",
"vitest": "2.1.1"
}
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}

View File

@ -3398,5 +3398,14 @@ export const svgs: iSVG[] = [
category: 'Library',
route: '/library/webcomponents.svg',
url: 'https://www.webcomponents.org/'
},
{
title: 'Designali',
category: ['Software', 'Design'],
route: {
light: '/library/designali.svg',
dark: '/library/designali-dark.svg'
},
url: 'https://designali.in'
}
];

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="1440" height="1440" 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>

After

Width:  |  Height:  |  Size: 443 B

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="1440" height="1440" 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>

After

Width:  |  Height:  |  Size: 443 B