<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="M1.358 1.777C2.257.892 3.378.43 4.675.43q1.249 0 2.33.597.554.306 1.013.736A5.1 5.1 0 0 1 9.087.998 4.7 4.7 0 0 1 11.325.43c1.29 0 2.414.446 3.32 1.35.914.9 1.355 2.042 1.355 3.336 0 .669-.126 1.316-.355 1.936-.236.637-.63 1.306-1.131 1.998-.516.713-1.198 1.474-2.023 2.312-.82.842-1.862 1.826-3.09 2.964l-.007.007L8 15.574l-1.392-1.24-.005-.005a78 78 0 0 1-3.096-2.97c-.818-.841-1.491-1.606-2.009-2.293l-.007-.009C.986 8.371.59 7.698.353 7.045A5.7 5.7 0 0 1 0 5.116c0-1.295.442-2.438 1.358-3.34" clip-rule="evenodd"/></svg>`}
