mishig's picture
mishig HF staff
Refactor Icons
a979074
raw
history blame
No virus
400 Bytes
<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"
role="img"
width="1em"
height="1em"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 24 24"
><path
d="M16.293 9.293L12 13.586L7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z"
fill="currentColor"
/>
</svg>