| 1 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"> |
| 2 |
<defs> |
| 3 |
<linearGradient id="wspr" 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="16" rx="2" fill="none" stroke="url(#wspr)" stroke-width="2"/> |
| 10 |
<rect x="26" y="10" width="16" height="16" rx="2" fill="none" stroke="url(#wspr)" stroke-width="2"/> |
| 11 |
<rect x="6" y="30" width="16" height="8" rx="2" fill="url(#wspr)" opacity="0.25"/> |
| 12 |
<rect x="26" y="30" width="16" height="8" rx="2" fill="url(#wspr)" opacity="0.25"/> |
| 13 |
|
| 14 |
</svg> |
| 15 |
|