mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
10 lines
633 B
XML
10 lines
633 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
|
<rect width="512" height="512" rx="112" ry="112" fill="#626ED4"/>
|
|
<line x1="128" y1="128" x2="384" y2="384" stroke="#ffffff" stroke-width="8" stroke-opacity="0.5" stroke-linecap="round"/>
|
|
<line x1="384" y1="128" x2="128" y2="384" stroke="#ffffff" stroke-width="8" stroke-opacity="0.5" stroke-linecap="round"/>
|
|
<circle cx="128" cy="128" r="36" fill="#ffffff"/>
|
|
<circle cx="384" cy="128" r="36" fill="#ffffff"/>
|
|
<circle cx="128" cy="384" r="36" fill="#ffffff"/>
|
|
<circle cx="384" cy="384" r="36" fill="#ffffff"/>
|
|
</svg>
|