<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> | |
<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> | |