31 lines
1010 B
XML
31 lines
1010 B
XML
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<svg
|
||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
width="100"
|
||
|
height="100"
|
||
|
version="1.1"
|
||
|
>
|
||
|
|
||
|
<g fill="none" stroke="#000" stroke-width="7" shape-rendering="crispEdges">
|
||
|
<rect x="3.0" y="20" rx="0" ry="0" width="94" height="45"/> <!-- outer PCB border -->
|
||
|
<path d="m3,20 v-10"/> <!-- slot shield -->
|
||
|
|
||
|
<g stroke-width="0"> <!-- central chip -->
|
||
|
<rect x="11" y="30" rx="0" ry="0" width="25" height="25" fill="black"/>
|
||
|
</g>
|
||
|
<g stroke-width="7"> <!-- pcb element-stripes -->
|
||
|
<path d="m42,36 h+20"/>
|
||
|
<path d="m42,50 h+20"/>
|
||
|
<path d="m67,36 h+20"/>
|
||
|
<path d="m67,50 h+20"/>
|
||
|
</g>
|
||
|
|
||
|
<g stroke-width="8"> <!-- pcie connector/anchor -->
|
||
|
<path d="m8,72.5 h+40"/>
|
||
|
<path d="m65,68.5 v+8"/>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|