mirror of
https://github.com/pheralb/svgl.git
synced 2025-04-07 16:58:12 +08:00
commit
2bc48282fb
@ -87,5 +87,6 @@
|
||||
"typescript-eslint": "8.6.0",
|
||||
"vite": "5.4.7",
|
||||
"vitest": "2.1.1"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
|
||||
}
|
||||
|
@ -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'
|
||||
}
|
||||
];
|
||||
|
11
static/library/designali.svg
Normal file
11
static/library/designali.svg
Normal 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
static/library/designali_dark.svg
Normal file
11
static/library/designali_dark.svg
Normal 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 |
Loading…
x
Reference in New Issue
Block a user