mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added icon blade
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a102c085df
commit
d2e585baa7
5
resources/views/blade/icon.blade.php
Normal file
5
resources/views/blade/icon.blade.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
@props([
|
||||
'type' => '',
|
||||
])
|
||||
<i class="{{ Icon::icon($type) }} {{ $attributes->get('class') }}"
|
||||
aria-hidden="true" {{ isset($style) ? 'style="'.$attributes->get('style').'"' : '' }}></i>
|
Loading…
Reference in a new issue