3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-03 07:01:26 +00:00
Files
snipe-it/resources/views/blade/icon.blade.php
2024-08-20 11:08:53 -07:00

6 lines
236 B
PHP

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