File size: 239 Bytes
6426ece |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<script lang="ts">
export let classNames = '';
</script>
<svg
class={classNames}
width="1em"
height="1em"
viewBox="0 0 12 7"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path d="M1 1L6 6L11 1" stroke="currentColor" />
</svg>
|