<script>import { Icon } from "@chakra-svelte/icon";
</script>

<Icon {...$$props}>
	<g fill="currentColor" stroke="currentColor" stroke-linecap="square" stroke-width="2">
		<circle cx="12" cy="12" fill="none" r="11" stroke="currentColor" />
		<line fill="none" x1="11.959" x2="11.959" y1="11" y2="17" />
		<circle cx="11.959" cy="7" r="1" stroke="none" />
	</g>
</Icon>
