@props(['shape' => 'btn-main btn-tertiary 00btn-light 00btn-secondary-outline']) @php $text = "データのみをエクスポート"; $params = [ //'icon' => 'fa-solid fa-right-from-bracket', 'text' => $text, 'shape' => $shape 'icon' => 'fa-solid fa-arrow-right-from-bracket', 'text' => $text, 'shape' => $shape ]; @endphp @include('components.button', $params)