@props([
'active' => false,
'direction' => 'asc',
])
@php
$iconClasses = $active
? 'w-4 h-4 shrink-0 text-emerald-600 dark:text-emerald-400'
: 'w-4 h-4 shrink-0 text-gray-400 dark:text-gray-500';
@endphp
@if (! $active)
@elseif ($direction === 'desc')
@else
@endif