logicsimulator/components/togglebutton.svg

27 lines
944 B
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg">
<g id="root" class="togglebutton">
<g class="logic">
<rect x="-10" y="-10" width="20" height="20" class="outer"/>
<text x="-7" y="4" class="inner">] [</text>
</g>
<g class="physical">
<rect x="-1.42" y="-13.82" width="13" height="12.4" class="outer"/>
<g transform="translate(-1.4,-8.2)">
<polygon fill="#8C8C8C" points="1,5 1,8 2,8 2,7, 3,6, 3,5"/>
</g>
<g transform="translate(8.5,-8.2)">
<polygon fill="#8C8C8C" points="0,5 0,6 1,7 1,8 2,8 2,5"/>
</g>
<g transform="translate(-1.42,-7.2)">
<polygon fill="#8C8C8C" points="1,-5 1,-8 2,-8 2,-7, 3,-6, 3,-5"/>
</g>
<g transform="translate(8.5,-7.2)">
<polygon fill="#8C8C8C" points="0,-5 0,-6 1,-7 1,-8 2,-8 2,-5"/>
</g>
<circle cx="5.08" cy="-7.62" r="4" />
<text x="3" y="-5" class="inner">0</text>
</g>
</g>
</svg>