File size: 357 Bytes
bb88c4d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<script lang="ts">
	export let classList = '';
</script>

<svg class={classList} height="1em" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg">
	<rect x="1" y="1" width="7" height="7" rx="1" stroke="#2F6DCB" />
	<rect
		x="3.05566"
		y="3.05566"
		width="2.88889"
		height="2.88889"
		rx="0.5"
		fill="#2F6DCB"
		stroke="#2F6DCB"
	/>
</svg>