11 lines
329 B
XML
11 lines
329 B
XML
<svg width="21" height="21" viewBox="0 0 21 21" xmlns="http://www.w3.org/2000/svg">
|
|
<line x1="3" y1="3" x2="18" y2="18"
|
|
stroke="black"
|
|
stroke-width="3"
|
|
stroke-linecap="round"/>
|
|
|
|
<line x1="18" y1="3" x2="3" y2="18"
|
|
stroke="black"
|
|
stroke-width="3"
|
|
stroke-linecap="round"/>
|
|
</svg> |