| 1 |
<svg height="512" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg"> |
| 2 |
<defs> |
| 3 |
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%"> |
| 4 |
<stop offset="0%" style="stop-color:#9B62FF;stop-opacity:1"/> |
| 5 |
<stop offset="100%" style="stop-color:#5B03FF;stop-opacity:1"/> |
| 6 |
</linearGradient> |
| 7 |
</defs> |
| 8 |
<g fill="url(#grad1)"> |
| 9 |
<path d="m3.5 5.05859v13.88001c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-13.88001c0-.41.34-.75.75-.75s.75.34.75.75z"/> |
| 10 |
<path d="m22 5.05859v13.88001c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-13.88001c0-.41.34-.75.75-.75s.75.34.75.75z"/> |
| 11 |
<path d="m8 21.25h8c1.66 0 3-1.34 3-3v-12.5c0-1.66-1.34-3-3-3h-8c-1.66 0-3 1.34-3 3v12.5c0 1.66 1.34 3 3 3z"/> |
| 12 |
</g> |
| 13 |
</svg> |