<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="M14 4H2V2h12zm0 5H2V7h12zM2 14h12v-2H2z" clip-rule="evenodd"/></svg>`}
