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

<Icon {...$$props}>
	<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2">
		<rect height="18" width="18" rx="2" ry="2" x="3" y="3" />
		<path d="M12 8v8" />
		<path d="M8 12h8" />
	</g>
</Icon>
