<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="M11.474 9H1V7h10.474L7.793 3.319l1.414-1.414L15.302 8l-6.107 6.107-1.414-1.414z" clip-rule="evenodd"/></svg>`}
