Juice/static/outlet.svg

32 lines
529 B
XML
Raw Normal View History

2019-06-05 23:26:22 -04:00
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path fill="none" stroke="red"
d="M 29,30
L 35, 30
L 35, 51
L 29, 51
Z" />
<path fill="none" stroke="red"
d="M 65, 30
L 71, 30
L 71, 51
L 65, 51
Z" />
<path fill="none" stroke="red"
d="M 43, 75
A 1 1 0 0 1 57,75
L 57,84
L 43,84
Z" />
2019-06-06 13:16:59 -04:00
<path fill="white" fill-opacity="0.0" stroke="red"
onclick="top.toggle_outlet(this.parentElement)"
d="M 23,10
L 77,10
A 50 49 0 0 1 77,91
L 23,91
A 50 49 0 0 1 23,10
Z" />
2019-06-05 23:26:22 -04:00
</svg>