<script lang="ts"> | |
export let transform: string; | |
</script> | |
<svg viewBox="0 0 24 24" width="16" height="16"> | |
<path | |
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z" | |
{transform} | |
/> | |
</svg> | |
<script lang="ts"> | |
export let transform: string; | |
</script> | |
<svg viewBox="0 0 24 24" width="16" height="16"> | |
<path | |
d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z" | |
{transform} | |
/> | |
</svg> | |