@props(['name', 'type' => 'stroke', 'size' => '6', 'class' => '', 'strokeWidth' => '1.5'])
@switch($name)
@case('trash')
@if ($type == 'stroke')
@endif
@break
@case('chevron-right')
@if ($type == 'stroke')
@endif
@break
@case('chevron-left')
@if ($type == 'stroke')
@endif
@break
@case('chart-pie')
@if ($type == 'stroke')
@endif
@break
@case('document-duplicate')
@if ($type == 'stroke')
@endif
@break
@case('light-bulb')
@if ($type == 'stroke')
@endif
@break
@case('pencil-square')
@if ($type == 'stroke')
@endif
@break
@case('users')
@if ($type == 'stroke')
@endif
@break
@case('star')
@if ($type == 'stroke')
@endif
@break
@case('envelope')
@if ($type == 'stroke')
@endif
@break
@case('map-pin')
@if ($type == 'stroke')
@endif
@break
@default
@endswitch