File size: 387 Bytes
f7d189a
 
27cf1bb
f7d189a
 
 
 
27cf1bb
 
f7d189a
 
 
 
 
27cf1bb
 
 
f7d189a
27cf1bb
f7d189a
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<script lang="ts">
	export let classList = '';
	export let fill = '';
</script>

<svg
	class={classList}
	width="1em"
	height="1em"
	viewBox="0 0 15 15"
	fill="currentColor"
	xmlns="http://www.w3.org/2000/svg"
>
	<path
		stroke={fill}
		stroke-opacity="0.3"
		stroke-width="1"
		d="M0.91603 0.916054L7.09131 14.9234L8.89871 8.89873L14.9234 7.09133L0.91603 0.916054Z"
		{fill}
	/>
</svg>