Añadido soporte para crear grupos nuevos

This commit is contained in:
2025-04-21 16:01:15 -03:00
parent ffb860688d
commit 543bc9e5a6
6 changed files with 263 additions and 1 deletions

20
Front/public/plus.svg Normal file
View File

@@ -0,0 +1,20 @@
<!--
category: Math
tags: [add, create, new, "+"]
version: "1.0"
unicode: "eb0b"
-->
<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="M12 5l0 14" />
<path d="M5 12l14 0" />
</svg>

After

Width:  |  Height:  |  Size: 345 B