@if ($simpleIcons)
    
merge(['class' => $class]) }}>
        {!! simple_icons($icon) !!}
    
@elseif ($custom)
    merge(['class' => $class]) }}>
        {!! file_get_contents($icon) !!}
    
@else
     (! $filled && ! $rounded),
            $class,
            'material-icons' => $filled,
            'material-icons-round' => $rounded,
        ])
        {{ $attributes }}
    >{{ $icon }}
@endif