resign card component

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2023-01-08 17:02:09 +06:00
parent 48741df3a4
commit 29528220fc
16 changed files with 138 additions and 22 deletions

14
components/logo/arrow.vue Normal file
View File

@@ -0,0 +1,14 @@
<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>