Allow id to be rendered

This commit is contained in:
Marcus Moore 2024-08-20 11:08:53 -07:00
parent bbdbec7197
commit eca6b03f44
No known key found for this signature in database

View file

@ -2,6 +2,5 @@
@props([
'type' => '',
'id' => false,
])
<i {{ $attributes->merge(['class' => Icon::icon($type)]) }} aria-hidden="true"></i>