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

<svg
	class={classList}
	width="1em"
	height="1em"
	viewBox="0 0 12 12"
	xmlns="http://www.w3.org/2000/svg"
>
	<path
		d="M3.09022 1.77278C2.25499 1.40456 1.40358 2.25597 1.7718 3.0912L4.57875 9.45818C4.95365 10.3086 6.18455 10.2323 6.4516 9.34213L6.9637 7.63515C7.06029 7.31317 7.31219 7.06126 7.63417 6.96467L9.34117 6.45258C10.2313 6.18552 10.3076 4.95463 9.45722 4.57972L3.09022 1.77278Z"
		{fill}
	/>
	<path
		fill-rule="evenodd"
		clip-rule="evenodd"
		d="M3.66305 9.86091L0.856101 3.49392C0.119663 1.82347 1.82248 0.120639 3.49294 0.857077L9.85994 3.66402C11.5607 4.41383 11.4082 6.87562 9.62784 7.40973L7.92085 7.92182L7.40875 9.62881C6.87465 11.4092 4.41286 11.5617 3.66305 9.86091ZM1.77113 3.09053C1.40291 2.2553 2.25432 1.40388 3.08955 1.7721L9.45654 4.57905C10.3069 4.95395 10.2307 6.18485 9.34049 6.4519L7.6335 6.964C7.31152 7.06059 7.05961 7.3125 6.96302 7.63448L6.45093 9.34146C6.18387 10.2316 4.95298 10.3079 4.57807 9.45751L1.77113 3.09053Z"
		fill="white"
		fill-opacity="0.8"
	/>
</svg>