mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 10:20:05 +00:00
9 lines
305 B
XML
9 lines
305 B
XML
<svg version="1.1"
|
|
width="15" height="15"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
|
|
<path d="M 3,12 L 8,3 L 12,12 L 3,12 L 8,3"
|
|
stroke="black" stroke-width="4px" fill="none"/>
|
|
<path d="M 3,12 L 8,3 L 12,12 L 3,12 L 8,3"
|
|
stroke="red" stroke-width="2px" fill="none"/>
|
|
</svg>
|