gradio-pr-bot's picture
Upload folder using huggingface_hub
b421d4f verified
<script lang="ts">
export let size = 16;
</script>
<svg
width={size}
height={size}
viewBox="0 0 16 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M4 8L8 4L12 8"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M8 4V12"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
/>
</svg>