@props([ 'fillColor' => 'none', 'strokeColor' => 'currentColor', 'class' => '', 'css' => [], ]) @php $defaultCss = [ 'padding-bottom' => '2.5px', 'height' => 'inherit', 'width' => '15px', ]; $finalCss = array_merge($defaultCss, $css); @endphp