| 1 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"> |
| 2 |
<defs> |
| 3 |
<linearGradient id="tpc" 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 12h20a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H20l-8 6v-6h-2a4 4 0 0 1-4-4V16a4 4 0 0 1 4-4z" fill="none" stroke="url(#tpc)" stroke-width="2"/> |
| 10 |
<rect x="14" y="18" width="12" height="2.2" rx="1.1" fill="url(#tpc)"/> |
| 11 |
<rect x="14" y="23" width="8" height="2.2" rx="1.1" fill="url(#tpc)" opacity="0.5"/> |
| 12 |
|
| 13 |
</svg> |
| 14 |
|