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

<svg
	class={classNames}
	xmlns="http://www.w3.org/2000/svg"
	aria-hidden="true"
	focusable="false"
	role="img"
	width="1em"
	height="1em"
	viewBox="0 0 32 32"
>
	<path d="M3 11v2h26v-2H3zm0 8v2h26v-2H3z" fill="currentColor" />
</svg>