mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -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> |