b59b5def57
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/818 Reviewed-by: konrad <k@knt.li> Co-authored-by: dpschen <dpschen@noreply.kolaente.de> Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
11 lines
512 B
XML
11 lines
512 B
XML
<svg width="256" height="256" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid">
|
|
<defs>
|
|
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="a">
|
|
<stop stop-color="#0091E6" offset="0%"/>
|
|
<stop stop-color="#0079BF" offset="100%"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect fill="url(#a)" width="256" height="256" rx="25"/>
|
|
<rect fill="#FFF" x="144.6" y="33.3" width="78.1" height="112" rx="12"/>
|
|
<rect fill="#FFF" x="33.3" y="33.3" width="78.1" height="176" rx="12"/>
|
|
</svg>
|