Spaces:
Runtime error
Runtime error
File size: 299 Bytes
f7d189a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<script lang="ts">
export let classList = '';
</script>
<svg
class={classList}
width="40"
viewBox="0 0 15 15"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M0.91603 0.916054L7.09131 14.9234L8.89871 8.89873L14.9234 7.09133L0.91603 0.916054Z"
fill="#FFB800"
/>
</svg>
|