Hello, I am new to Filament, and I am experiencing an issue with my final project. I would like to add icons, but I keep receiving this error. I have already asked Gemini and Copilot, and they said that I do not have a composer packet installed, but every time I try to install one, I receive the error message “Your requirements could not be resolved to an installable set of packages.” Or “Could not find a matching version of package blade-ui/heroicons. Check the package spelling, your version constraint, and that the package is available in a stability that matches your minimum-stability (dev).” Can anyone help? Thanks in advance!
#Svg by name "o-eraser" from set "heroicons" not found.
6 messages · Page 1 of 1 (latest)
There is no eraser icon available for heroicons. You can check available icons on their website https://heroicons.com/
you can use other icon sets other than heroicons through blade-ui-kit/blade-icons, however you need to add a svg folder to whatever path you defined in the config.
At this point git doesn't keep track of empty folders so on deployment it will crash unless you add a placeholder file inside it like a .gitkeep
'path' => 'resources/svg'
I suggest Lucide since it tends to be amongst the most complete sets and it looks pretty slick
thanks for helping i will look into it! 🙂