<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 11.23 4.338-4.338-1.415-1.414L8 8.4 5.077 5.478 3.663 6.892z" clip-rule="evenodd"/></svg>`}
