chat-template-playground / src /lib /Icons /IconLineWrap.svelte
mishig's picture
mishig HF Staff
First build
6426ece
raw
history blame contribute delete
448 Bytes
<script lang="ts">
export let classNames = '';
</script>
<svg
class={classNames}
width="1em"
height="1em"
viewBox="0 0 12 11"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M0.75 1.25H11.25M0.75 5H9C9.75 5 11.25 5.375 11.25 6.875C11.25 8.375 9.99975 8.75 9.375 8.75H6M6 8.75L7.5 7.25M6 8.75L7.5 10.25M0.75 8.75H3.75"
stroke="currentColor"
stroke-width="1.125"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>