mirror of
https://github.com/pheralb/svgl.git
synced 2025-03-12 16:10:34 +08:00
feat: add zeabur dark theme logo
This commit is contained in:
parent
0f09316086
commit
4532e65281
@ -1821,7 +1821,10 @@ export const svgs: iSVG[] = [
|
|||||||
id: 246,
|
id: 246,
|
||||||
title: 'Zeabur',
|
title: 'Zeabur',
|
||||||
category: 'Hosting',
|
category: 'Hosting',
|
||||||
route: '/library/zeabur.svg',
|
route: {
|
||||||
|
light: '/library/zeabur-light.svg',
|
||||||
|
dark: '/library/zeabur-dark.svg'
|
||||||
|
},
|
||||||
url: 'https://zeabur.com/'
|
url: 'https://zeabur.com/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
5
static/library/zeabur-dark.svg
Normal file
5
static/library/zeabur-dark.svg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="294" height="229" preserveAspectRatio="xMidYMid">
|
||||||
|
<path fill="#fff" d="M114 145h179v84H0v-84h82l114-61H0V0h293v84l-179 61Z" />
|
||||||
|
<path fill="#6300FF" d="M195 0H0v84h195V0Z" />
|
||||||
|
<path fill="#F40" d="M293 145H115v84h178v-84Z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 284 B |
5
static/library/zeabur-light.svg
Normal file
5
static/library/zeabur-light.svg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="294" height="229" preserveAspectRatio="xMidYMid">
|
||||||
|
<path fill="#000" d="M114 145h179v84H0v-84h82l114-61H0V0h293v84l-179 61Z" />
|
||||||
|
<path fill="#6300FF" d="M195 0H0v84h195V0Z" />
|
||||||
|
<path fill="#F40" d="M293 145H115v84h178v-84Z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 284 B |
@ -1,8 +0,0 @@
|
|||||||
<svg width="512" height="512" viewBox="0 0 512 480" fill="none"
|
|
||||||
xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<rect width="512" height="512"/>
|
|
||||||
<path d="M222.865 285.888H402.087V370H109V285.888H191.388L304.822 225.112H109V141H402.087V225.112L222.865 285.888Z"
|
|
||||||
fill="black"/>
|
|
||||||
<path d="M303.847 141H109V225.112H303.847V141Z" fill="#6300FF"/>
|
|
||||||
<path d="M402.065 285.888H223.772V370H402.065V285.888Z" fill="#FF4400"/>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 440 B |
Loading…
x
Reference in New Issue
Block a user