mirror of
https://gitea.com/Lerking/XtendR.git
synced 2025-07-21 04:31:15 +02:00
10 lines
534 B
XML
10 lines
534 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="64" height="64" fill="none"/>
|
|
<path d="M16 32H48M32 16V48" stroke="currentColor" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<circle cx="16" cy="32" r="4" fill="currentColor"/>
|
|
<circle cx="48" cy="32" r="4" fill="currentColor"/>
|
|
<circle cx="32" cy="16" r="4" fill="currentColor"/>
|
|
<circle cx="32" cy="48" r="4" fill="currentColor"/>
|
|
</svg>
|