4 lines
No EOL
187 B
PHP
4 lines
No EOL
187 B
PHP
@props([
|
|
'type' => '',
|
|
])
|
|
<i class="{{ Icon::icon($type) }} {{ $attributes->get('class') }}"{{ isset($style) ? $attributes->merge(['style' => $style]) : '' }} aria-hidden="true"></i> |