File size: 561 Bytes
b37c7b7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 classNames = '';
</script>

<svg
	class={classNames}
	xmlns="http://www.w3.org/2000/svg"
	aria-hidden="true"
	fill="currentColor"
	focusable="false"
	role="img"
	width="0.9em"
	height="0.9em"
	preserveAspectRatio="xMidYMid meet"
	viewBox="0 0 32 32"
	><path
		d="M28,10V28H10V10H28m0-2H10a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10a2,2,0,0,0-2-2Z"
		transform="translate(0)"
	></path><path d="M4,18H2V4A2,2,0,0,1,4,2H18V4H4Z" transform="translate(0)"></path><rect
		fill="none"
		width="32"
		height="32"
	></rect></svg
>