mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
12 lines
310 B
XML
12 lines
310 B
XML
|
|
<svg width="200px" height="200px" version="1.1"
|
||
|
|
xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<rect style="fill: black; stroke: none"
|
||
|
|
width="50" height="70"
|
||
|
|
x="50" y="50"
|
||
|
|
rx="10" ry="10"/>
|
||
|
|
|
||
|
|
<rect style="fill: black; stroke: none"
|
||
|
|
width="50" height="70"
|
||
|
|
x="70" y="50"
|
||
|
|
rx="6" ry="6"/>
|
||
|
|
</svg>
|