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