Files
Cloud-Blog/app/components/logo/arrow.vue
2026-01-01 00:13:40 +08:00

14 lines
314 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-500">
<path d="M5 12h14" />
<path d="M12 5l7 7-7 7" />
</svg>
</template>;