victor's picture
victor HF Staff
wip
27cf1bb
raw
history blame
387 Bytes
<script lang="ts">
export let classList = '';
export let fill = '';
</script>
<svg
class={classList}
width="1em"
height="1em"
viewBox="0 0 15 15"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
>
<path
stroke={fill}
stroke-opacity="0.3"
stroke-width="1"
d="M0.91603 0.916054L7.09131 14.9234L8.89871 8.89873L14.9234 7.09133L0.91603 0.916054Z"
{fill}
/>
</svg>