6 lines
497 B
XML
6 lines
497 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||
|
|
<line x1="20" y1="55" x2="80" y2="55" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
|
||
|
|
<line x1="25" y1="45" x2="75" y2="45" stroke="#fff" stroke-width="3" stroke-linecap="round" opacity="0.8"/>
|
||
|
|
<line x1="30" y1="65" x2="70" y2="65" stroke="#fff" stroke-width="3" stroke-linecap="round" opacity="0.6"/>
|
||
|
|
<line x1="22" y1="75" x2="78" y2="75" stroke="#fff" stroke-width="2.5" stroke-linecap="round" opacity="0.4"/>
|
||
|
|
</svg>
|