Spaces:
Runtime error
Runtime error
File size: 507 Bytes
f7d189a 5ba6620 f7d189a 4346adf f7d189a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<script lang="ts">
export let classList = '';
</script>
<svg
class={classList}
width="1em"
height="1em"
viewBox="0 0 11 11"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M2.4 4.26667L1 5.66667L2.4 7.06667M4.26667 2.4L5.66667 1L7.06667 2.4M7.06667 8.93333L5.66667 10.3333L4.26667 8.93333M8.93333 4.26667L10.3333 5.66667L8.93333 7.06667M1 5.66667H10.3333M5.66667 1V10.3333"
stroke="currentColor"
stroke-width="0.933333"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
|