| 1 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"> |
| 2 |
<defs> |
| 3 |
<linearGradient id="cmc" 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(#cmc)" stroke-width="2"/> |
| 10 |
<rect x="26" y="10" width="16" height="28" rx="3" fill="none" stroke="url(#cmc)" stroke-width="2"/> |
| 11 |
<path d="M10 18l3 3 6-6" fill="none" stroke="url(#cmc)" stroke-width="2" stroke-linecap="round"/> |
| 12 |
<path d="M10 28l3 3 6-6" fill="none" stroke="url(#cmc)" stroke-width="2" stroke-linecap="round"/> |
| 13 |
<path d="M30 16l8 8M38 16l-8 8" stroke="url(#cmc)" stroke-width="2" stroke-linecap="round"/> |
| 14 |
<path d="M30 26l8 8M38 26l-8 8" stroke="url(#cmc)" stroke-width="2" stroke-linecap="round" opacity="0.45"/> |
| 15 |
|
| 16 |
</svg> |
| 17 |
|