<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="M7.053 3a4.053 4.053 0 1 0 0 8.105 4.053 4.053 0 0 0 0-8.105m-4.28-.227a6.053 6.053 0 0 1 9.208 7.794l3.526 3.526-1.414 1.414-3.526-3.526a6.053 6.053 0 0 1-7.794-9.208" clip-rule="evenodd"/></svg>`}
