Remove various icons from the wireui component library.

This commit is contained in:
HolgerHatGarKeineNode
2023-12-11 13:23:49 +01:00
parent 0c820be43b
commit 20c943d636
487 changed files with 0 additions and 3276 deletions

View File

@@ -1,15 +0,0 @@
@if ($separator)
<div class="w-full my-1 border-t border-secondary-200 dark:border-secondary-600"></div>
@endif
<a {{ $attributes->merge(['class' => $getClasses()]) }}>
@if ($icon)
<x-dynamic-component
:component="WireUi::component('icon')"
:name="$icon"
class="w-5 h-5 mr-2"
/>
@endif
{{ $label ?? $slot }}
</a>