File size: 726 Bytes
b2ecf7d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
26
27
28
29
30
31
<script lang="ts">
	export let classNames = "";
</script>

<svg
	class={classNames}
	xmlns="http://www.w3.org/2000/svg"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	aria-hidden="true"
	fill="none"
	focusable="false"
	role="img"
	width="1em"
	height="1em"
	preserveAspectRatio="xMidYMid meet"
	viewBox="0 0 24 24"
>
	<g fill="none"
		><path
			opacity=".2"
			fill-rule="evenodd"
			clip-rule="evenodd"
			d="M12 19a7 7 0 1 0 0-14a7 7 0 0 0 0 14zm0 3c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10z"
			fill="currentColor"
		/><path d="M12 22c5.523 0 10-4.477 10-10h-3a7 7 0 0 1-7 7v3z" fill="currentColor" /><path
			d="M2 12C2 6.477 6.477 2 12 2v3a7 7 0 0 0-7 7H2z"
			fill="currentColor"
		/></g
	>
</svg>