mirror of
https://codeberg.org/armin/justasample.git
synced 2026-09-01 04:10:48 +02:00
6 lines
353 B
XML
6 lines
353 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<polyline points="9 14 4 9 9 4"></polyline>
|
|
<path d="M20 20v-7a4 4 0 0 0-4-4H4"></path>
|
|
<polyline points="15 10 20 15 15 20"></polyline>
|
|
<path d="M4 4v7a4 4 0 0 0 4 4h12"></path>
|
|
</svg>
|