2025-08-09 18:50:27 +00:00
|
|
|
<script lang="ts">
|
|
|
|
|
export let className = 'size-4';
|
|
|
|
|
export let strokeWidth = '1.5';
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<svg
|
2025-11-28 13:01:42 +00:00
|
|
|
viewBox="0 0 24 24"
|
2025-08-09 18:50:27 +00:00
|
|
|
stroke-width={strokeWidth}
|
|
|
|
|
stroke="currentColor"
|
|
|
|
|
class={className}
|
|
|
|
|
aria-hidden="true"
|
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
|
fill="none"
|
|
|
|
|
width="24"
|
|
|
|
|
height="24"
|
|
|
|
|
><path d="M9.5 14.5L3 21" stroke-linecap="round" stroke-linejoin="round"></path><path
|
|
|
|
|
d="M7.67602 7.8896L6.69713 7.78823L5.00007 9.48528L14.1925 18.6777L15.8895 16.9806L15.7879 16M11.4847 7L15.1568 2.67141L21.0065 8.5211L16.6991 12.175"
|
|
|
|
|
stroke-linecap="round"
|
|
|
|
|
stroke-linejoin="round"
|
|
|
|
|
></path><path d="M3 3L21 21" stroke-linecap="round" stroke-linejoin="round"></path></svg
|
|
|
|
|
>
|