<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 7.692 3.293-3.293 1.414 1.414-5.813 5.813-5.813-5.813 1.414-1.414L7 7.903V.212h2zM14 15H2v-2h12z" clip-rule="evenodd"/></svg>`}
