6 lines
436 B
XML
6 lines
436 B
XML
<svg width="40px" height="40px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1">
|
|
<!-- <line x1="15" y1="13" x2="15" y2="17" stroke="#ccc"></line> -->
|
|
<line x1="0" y1="20" x2="40" y2="20" stroke="#ccc" stroke-dasharray="1,3" stroke-width="1"></line>
|
|
<line x1="20" y1="0" x2="20" y2="40" stroke="#ccc" stroke-dasharray="1,3" stroke-width="1"></line>
|
|
<circle cx="20" cy="20" r="1.5" fill="#ccc"></circle>
|
|
</svg> |