Files
Cloud-Blog/components/logo/arrow.vue
nurRiyad 29528220fc resign card component
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
2023-01-08 17:02:09 +06:00

15 lines
326 B
Vue

<template>
<svg
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
class="w-4 h-4 ml-2 transform group-hover:translate-x-2 duration-300"
>
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</template>