mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-13 08:46:56 +08:00
26 lines
478 B
XML
26 lines
478 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
|
<rect width="256" height="256" fill="none" />
|
|
<line
|
|
x1="208"
|
|
y1="128"
|
|
x2="128"
|
|
y2="208"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
strokeLinecap="round"
|
|
strokeLinejoin="round"
|
|
strokeWidth="16"
|
|
/>
|
|
<line
|
|
x1="192"
|
|
y1="40"
|
|
x2="40"
|
|
y2="192"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
strokeLinecap="round"
|
|
strokeLinejoin="round"
|
|
strokeWidth="16"
|
|
/>
|
|
</svg>
|