Files
docker-website/app/components/svg/backbutton.vue
valere f0e2aa237a
All checks were successful
Deploy App / deploy (push) Successful in 4m5s
update with nuxt4 for docker-web
2025-08-29 16:08:08 +02:00

13 lines
259 B
Vue

<template>
<svg height="26" width="26">
<path
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1.5"
d="m7.25 3.75l-4.5 4.5l4.5 4.5m6-4.5H2.75"
/>
</svg>
</template>