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