Files
speckle-connectors-dui/components/common/icons/ArrowFilled.vue
T
Kristaps Fabians Geikins f2d7493c2a chore: move package over from speckle-server (#2)
* stuff copied over, but aint workin

* various fixes

* vscode settings

* trigger deploy

* trigger deploy
2025-05-13 16:18:45 +03:00

15 lines
406 B
Vue

<template>
<svg
width="16"
height="32"
viewBox="0 0 16 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M7.64645 17.7498C7.84171 17.9451 8.15829 17.9451 8.35355 17.7498L11.1464 14.9569C11.4614 14.642 11.2383 14.1034 10.7929 14.1034H5.20711C4.76165 14.1034 4.53857 14.642 4.85355 14.9569L7.64645 17.7498Z"
fill="currentColor"
/>
</svg>
</template>