mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-09 21:42:57 +00:00
11 lines
170 B
PHP
11 lines
170 B
PHP
<wa-icon
|
|
name="{{ $name }}"
|
|
variant="light"
|
|
label="{{ $label }}"
|
|
fixed-width
|
|
@isset($slot)
|
|
slot="{{ $slot }}"
|
|
@endisset
|
|
style="{{ $style }}"
|
|
$attrs
|
|
></wa-icon>
|