profile-filament-plugin
Customizations
Icons
On this page
Introduction
All the icons used in the views in this package are customizable with Filament's icon alias system. Using icon aliases provides an easy way for you to customize the icons as needed.
use Filament\Support\Facades\FilamentIcon;
FilamentIcon::register([
// ...
]);
Available Icon Aliases
Certain icons, like the trash can icon for delete actions are using Filament's icon alias names. If you can't find an alias for the icon you're looking for, there's a good chance it's using an alias created by Filament.
profile-filament::passkey- Passkey iconprofile-filament::passkey-item-icon- Passkey list item iconprofile-filament::alert-dismiss- Icon shown for the dismiss button in alertsprofile-filament::pending-email-info- Alert shown for pending email changeprofile-filament::help- Icon shown beside certain help textsprofile-filament::webauthn-error- Next to error message shown when webauthn assertion/attestation failsmfa::totp- Authenticator app iconmfa::webauthn- Webauthn key iconmfa::recovery-codes- Recovery codes iconmfa::recovery-codes-notice- Warning icon shown next to warning message about storing your recovery codes in a safe placemfa::webauthn-unsupported- Error message shown when webauthn is not supported by the browsermfa::recovery-codes.copy- Copy recovery codes action buttonmfa::recovery-codes.download- Download recovery codes action buttonmfa::recovery-codes.print- Print recovery codes action buttonmfa::upgrade-to-passkey- Passkey upgrade action buttonsession::desktop- Desktop device session list itemsession::mobile- Mobile device session list itemsudo::challenge- Sudo challenge modal