Files
Cloud-Blog/app/components/logo/arrow.vue
Nicolhetti 5163e756f0 Update nuxt to version 4 (#92)
* Nuxt 3.17.4 and other dependencies updated

* Temporary fix (maybe) of the Inline Code

* Update nuxt to version 4
2025-09-22 18:53:50 +06:00

15 lines
316 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>