5 lines
384 B
XML
5 lines
384 B
XML
<svg id="resizeHandle" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Chrome-style resize handle with two diagonal lines -->
|
|
<line x1="20" y1="32" x2="32" y2="20" stroke="#666" stroke-width="3" stroke-linecap="round"/>
|
|
<line x1="28" y1="32" x2="32" y2="28" stroke="#666" stroke-width="3" stroke-linecap="round"/>
|
|
</svg> |