12 lines
410 B
XML
12 lines
410 B
XML
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
<g id="root" class="nand logicblock">
|
||
|
<rect width="40" height="40" x="-20" y="-20" class="outer" />
|
||
|
<path d="M -30.0,-10 L -20,-10" />
|
||
|
<path d="M -30.0, 10 L -20, 10" />
|
||
|
<path d="M 20,0 L 30,0" />
|
||
|
<circle cx="23" cy="0" r="3" class="outer"/>
|
||
|
<text x="-5" y="5">&</text>
|
||
|
</g>
|
||
|
</svg>
|