radames's picture
bump sveltkit and svelte
246efdb
raw
history blame
388 Bytes
<script lang="ts">
let props = $props();
</script>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 -32 576 576"
height="16px"
{...props}
>
<path
fill="currentColor"
d="M64 0A64 64 0 0 0 0 64v288a64 64 0 0 0 64 64h176l-10.7 32H160a32 32 0 1 0 0 64h256a32 32 0 1 0 0-64h-69.3L336 416h176a64 64 0 0 0 64-64V64a64 64 0 0 0-64-64H64zm448 64v288H64V64h448z"
/>
</svg>