| 1 |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"> |
| 2 |
<defs><linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" stop-color="#9B62FF"/><stop offset="100%" stop-color="#5B03FF"/></linearGradient></defs> |
| 3 |
<rect x="10" y="20" width="80" height="25" rx="6" fill="url(#g)"/> |
| 4 |
<rect x="18" y="28" width="40" height="4" rx="2" fill="#fff" opacity="0.9"/> |
| 5 |
<rect x="18" y="35" width="25" height="3" rx="1" fill="#fff" opacity="0.6"/> |
| 6 |
<path d="M78 32l-6-6v12z" fill="#fff"/> |
| 7 |
<rect x="10" y="55" width="80" height="25" rx="6" fill="none" stroke="url(#g)" stroke-width="2"/> |
| 8 |
<rect x="18" y="63" width="35" height="4" rx="2" fill="url(#g)" opacity="0.6"/> |
| 9 |
<rect x="18" y="70" width="22" height="3" rx="1" fill="url(#g)" opacity="0.4"/> |
| 10 |
<path d="M72 67l6 6h-12z" fill="url(#g)"/> |
| 11 |
</svg> |