File size: 206 Bytes
0ad74ed
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
<script lang="ts">
	export let transform: string;
</script>

<svg viewBox="0 0 24 24" width="16" height="16">
	<path
		d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
		{transform}
	/>
</svg>