Delete a resource icon.

Hi everyone, im having a problem when i want to delete an icon from a resource like Users. if i set $navigationIcon = null; or $navigationIcon = ' '; i get that line before 'Listado' instead of nothing. (Listado is the label for Users)
Screen_Shot_2025-02-10_at_3.34.25_PM.png
Solution
i think has to do with some plugin you are using

one thing you can try is make a blank .svg file

and use a custom icon as follows
https://filamentphp.com/docs/3.x/support/icons
Was this page helpful?