feat: replace SVG icons with Lucide components in AprovarAusencias and AprovarFerias for improved consistency and maintainability

This commit is contained in:
2025-12-05 05:26:01 -03:00
parent 8e09e8cada
commit 4a1f48300f
2 changed files with 2 additions and 13 deletions

View File

@@ -310,15 +310,7 @@
{/if}
{:else}
<div class="alert alert-info shadow-lg">
<Info class="h-6 w-6 shrink-0 stroke-current" />
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
></path>
</svg>
<Info class="h-6 w-6 shrink-0 stroke-current" strokeWidth={2} />
<span>Esta solicitação já foi processada.</span>
</div>
{/if}