mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 22:19:41 -08:00
bffba02511
Signed-off-by: snipe <snipe@snipe.net>
4 lines
187 B
PHP
4 lines
187 B
PHP
@props([
|
|
'type' => '',
|
|
])
|
|
<i class="{{ Icon::icon($type) }} {{ $attributes->get('class') }}"{{ isset($style) ? $attributes->merge(['style' => $style]) : '' }} aria-hidden="true"></i> |