mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Designali Logo
This commit is contained in:
+2
-1
@@ -87,5 +87,6 @@
|
|||||||
"typescript-eslint": "8.6.0",
|
"typescript-eslint": "8.6.0",
|
||||||
"vite": "5.4.7",
|
"vite": "5.4.7",
|
||||||
"vitest": "2.1.1"
|
"vitest": "2.1.1"
|
||||||
}
|
},
|
||||||
|
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
import type { iSVG } from '../types/svg';
|
import type { iSVG } from '../types/svg';
|
||||||
|
|
||||||
export const svgs: iSVG[] = [
|
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',
|
title: 'PayPal',
|
||||||
category: 'Payment',
|
category: 'Payment',
|
||||||
|
|||||||
@@ -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 |
@@ -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 |
Reference in New Issue
Block a user