<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="M8.843 4.671v10.474h-2V4.671L3.162 8.352 1.748 6.938 7.843.843 13.95 6.95l-1.414 1.414z" clip-rule="evenodd"/></svg>`}
