@props([ 'type' => 'solid', 'name' => '', 'fill' => false, ]) @php $iconPath = resource_path("assets/ui-icons/{$type}/{$name}.svg"); @endphp @if (file_exists($iconPath)) {!! file_get_contents($iconPath) !!} @endif