muerwre.github.io/components/icons/ArrowRight.vue
2022-11-04 18:29:11 +06:00

10 lines
215 B
Vue

<template>
<svg
xmlns="http://www.w3.org/2000/svg"
height="48"
width="48"
viewBox="0 0 48 48"
>
<path d="m24 40-2.1-2.15L34.25 25.5H8v-3h26.25L21.9 10.15 24 8l16 16Z" />
</svg>
</template>