añadido boton para cerrar sesion

This commit is contained in:
2025-04-07 14:27:01 -03:00
parent 0036f48d19
commit 2ad084cf19
2 changed files with 171 additions and 110 deletions

21
Front/public/logout.svg Normal file
View File

@@ -0,0 +1,21 @@
<!--
category: System
tags: [exit, shut, unplug, close]
version: "1.4"
unicode: "eba8"
-->
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2" />
<path d="M9 12h12l-3 -3" />
<path d="M18 15l3 -3" />
</svg>

After

Width:  |  Height:  |  Size: 451 B