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