| 1 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"> |
| 2 |
<defs> |
| 3 |
<linearGradient id="sss" 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="10" y="6" width="22" height="12" rx="2" fill="none" stroke="url(#sss)" stroke-width="1.8"/> |
| 10 |
<rect x="10" y="20" width="22" height="12" rx="2" fill="url(#sss)" opacity="0.25"/> |
| 11 |
<rect x="10" y="20" width="22" height="12" rx="2" fill="none" stroke="url(#sss)" stroke-width="2"/> |
| 12 |
<rect x="10" y="34" width="22" height="8" rx="2" fill="none" stroke="url(#sss)" stroke-width="1.8" opacity="0.5"/> |
| 13 |
<path d="M38 16v16M38 16l-3 4M38 16l3 4M38 32l-3-4M38 32l3-4" fill="none" stroke="url(#sss)" stroke-width="1.8" stroke-linecap="round"/> |
| 14 |
|
| 15 |
</svg> |
| 16 |
|