mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-15 15:57:27 -08:00
5 lines
190 B
PHP
5 lines
190 B
PHP
|
@props([
|
||
|
'type' => '',
|
||
|
])
|
||
|
<i class="{{ Icon::icon($type) }} {{ $attributes->get('class') }}"
|
||
|
aria-hidden="true" {{ isset($style) ? 'style="'.$attributes->get('style').'"' : '' }}></i>
|