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