Designali Logo

This commit is contained in:
Ali Imam
2025-03-02 11:04:50 +05:30
parent 8f5767344a
commit 7d4b5b628b
4 changed files with 33 additions and 1 deletions
+2 -1
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"
}
+9
View File
@@ -1,6 +1,15 @@
import type { iSVG } from '../types/svg';
export const svgs: iSVG[] = [
{
title: 'Designali',
category: ['Software', 'Design'],
route: {
light: '/library/designali.svg',
dark: '/library/designali-dark.svg'
},
url: 'https://designali.in'
},
{
title: 'PayPal',
category: 'Payment',
+11
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

+11
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