snipe-it/resources/views/blade/icon.blade.php

7 lines
255 B
PHP
Raw Normal View History

{{-- IMPORTANT!!! Make sure there is no newline at the end of this file, or it will break the loaders for the tables --}}
@props([
'type' => '',
'id' => false,
])
<i {{ $attributes->merge(['class' => Icon::icon($type)]) }} aria-hidden="true"></i>