nova-ui/components/icons/Arrow.vue

10 lines
254 B
Vue
Raw Permalink Normal View History

2022-12-04 09:02:30 +03:00
<template>
<svg viewBox="0 0 24 24">
<path
fill-rule="evenodd"
d="M9.293 16.707a1 1 0 010-1.414L12.586 12 9.293 8.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z"
clip-rule="evenodd"
/>
</svg>
</template>