After upgrading to Livewire v3 / Filament v3. We updated the default icon set to FontAwesome, which we are already using throughout the app. When setting a status or icon colour, nothing happens. The same issue happens with the default icon set.
Notification::make() ->title('Filament Is Awesome') ->body(':fire::fire:') ->success() ->iconColor('success') ->icon('circle-check') ->send();
Notification::make() ->title('Filament Is Awesome') ->body(':fire::fire:') ->success() ->iconColor('success') ->icon('circle-check') ->send();