Files
coop/assets/icons/arrow-left.svg
reya 32201554ec
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m26s
Redesign for the v1 stable release (#3)
Only half done. Will continue in another PR.

Reviewed-on: #3
2026-02-04 01:43:21 +00:00

17 lines
418 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
<path
d="M10 5.75L3.75 12L10 18.25"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M4.5 12H20.25"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>