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)

Solution:Jump to 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...
5 Replies
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
That's intended. You should either use icons for every group item or no icons at all. Actually this should even throw an exception
There is not design variant that looks good with icon and no icon mixed
that worked for me. Thank you!!!
The idea was to not use icons at all
So if you don't use icons at all, why bother about the line? 😅
Or was the issue that the plugin adds icons?
I'd check whether it has an option to overwrite that
because the design does not have those lines😂
probably there is some place to overwrite that. But im a rookie with Laravel and filament. Thank for your suggest