| 1 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"> |
| 2 |
<defs> |
| 3 |
<linearGradient id="pcb" x1="0%" y1="0%" x2="100%" y2="100%"> |
| 4 |
<stop offset="0%" stop-color="#9B62FF"/> |
| 5 |
<stop offset="100%" stop-color="#5B03FF"/> |
| 6 |
</linearGradient> |
| 7 |
</defs> |
| 8 |
|
| 9 |
<rect x="6" y="10" width="16" height="28" rx="3" fill="none" stroke="url(#pcb)" stroke-width="2"/> |
| 10 |
<rect x="26" y="10" width="16" height="28" rx="3" fill="none" stroke="url(#pcb)" stroke-width="2"/> |
| 11 |
<path d="M14 16v8M10 20h8" stroke="url(#pcb)" stroke-width="2.2" stroke-linecap="round"/> |
| 12 |
<path d="M30 20h8" stroke="url(#pcb)" stroke-width="2.2" stroke-linecap="round"/> |
| 13 |
<rect x="10" y="28" width="8" height="2" rx="1" fill="url(#pcb)" opacity="0.45"/> |
| 14 |
<rect x="30" y="28" width="8" height="2" rx="1" fill="url(#pcb)" opacity="0.45"/> |
| 15 |
|
| 16 |
</svg> |
| 17 |
|