12 lines
496 B
XML
12 lines
496 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
|
<defs>
|
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#7c3aed"/>
|
|
<stop offset="100%" stop-color="#ec4899"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="4" y="6" width="5" height="20" rx="2.5" fill="url(#g)"/>
|
|
<rect x="23" y="6" width="5" height="20" rx="2.5" fill="url(#g)"/>
|
|
<path d="M9 8.5L23 23.5" stroke="url(#g)" stroke-width="5" stroke-linecap="round"/>
|
|
</svg>
|