| 1 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"> |
| 2 |
<defs> |
| 3 |
<linearGradient id="tpt" 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 |
<path d="M10 14h28M24 14v22" fill="none" stroke="url(#tpt)" stroke-width="3.2" stroke-linecap="round"/> |
| 10 |
<rect x="14" y="38" width="20" height="3" rx="1.5" fill="url(#tpt)" opacity="0.4"/> |
| 11 |
|
| 12 |
</svg> |
| 13 |
|