owenvoke / blade-fontawesome

A package to easily make use of Font Awesome in your Laravel Blade views.
https://packagist.org/packages/owenvoke/blade-fontawesome
MIT License
162 stars 27 forks source link

How to find what icons I can use? #57

Closed jamesautodude closed 1 year ago

jamesautodude commented 1 year ago

I keep trying things like:

fas-fa-dog

fas-fa-wrench

and any variation of those (like fal-fa-wrench)

But, I keep getting the following error:

Svg by name "fa-wrench" from set "fontawesome-solid" not found.

How do I know what to use/put?

jamesautodude commented 1 year ago

Nevermind, I think I found the problem, and I also see where the icons are. Thank you