File size: 331 Bytes
b37570d
da1e5da
b37570d
 
 
2606dde
 
 
b37570d
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<script lang="ts">
	export let classNames = "";
</script>

<svg
	width="1em"
	height="1em"
	viewBox="0 0 15 6"
	class={classNames}
	fill="none"
	xmlns="http://www.w3.org/2000/svg"
>
	<path
		d="M1.67236 1L7.67236 7L13.6724 1"
		stroke="currentColor"
		stroke-width="2"
		stroke-linecap="round"
		stroke-linejoin="round"
	/>
</svg>