<script lang="ts">
export let size: number = 16
export let color: string = "currentColor"
</script>

{@html `<svg xmlns="http://www.w3.org/2000/svg" width="${size}" height="${size}" viewBox="0 0 16 16" fill="none"><path fill="${color}" fill-rule="evenodd" d="M9 7V1H7v6H1v2h6v6h2V9h6V7z" clip-rule="evenodd"/></svg>`}
