<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.721 14.253 2.47.853L16 4.072 6.811.9l-.87 2.516H0v11.673h9.721zm0-2.115 1.232.425 2.504-7.253-3.736-1.29zm-2 .951H2V5.416h5.721z" clip-rule="evenodd"/></svg>`}
