<script lang="ts"> | |
export let classNames = ''; | |
</script> | |
<svg | |
class={classNames} | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
aria-hidden="true" | |
focusable="false" | |
role="img" | |
width="1.1em" | |
height="1.1em" | |
preserveAspectRatio="xMidYMid meet" | |
viewBox="0 0 32 32" | |
> | |
<path | |
d="M24 9.4L22.6 8L16 14.6L9.4 8L8 9.4l6.6 6.6L8 22.6L9.4 24l6.6-6.6l6.6 6.6l1.4-1.4l-6.6-6.6L24 9.4z" | |
fill="currentColor" | |
/> | |
</svg> | |