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,12 +0,0 @@
<div name="wireui.select.option">
<span name="wireui.select.option.data">@toJs($toArray())</span>
@if (app()->runningUnitTests())
<div dusk="select.option">
{!! json_encode($toArray()) !!}
</div>
@endif
@if ($slot->isNotEmpty())
<span name="wireui.select.slot">{{ $slot }}</span>
@endif
</div>