mallardduck / blade-lucide-icons

A package to easily make use of Lucide Icons in your Laravel Blade views.
MIT License
35 stars 7 forks source link

Maybe update to latest Lucide release #6

Open reimar opened 19 hours ago

reimar commented 19 hours ago

First of all thanks for your work and for providing this package! Now my issue:

I was wondering why <x-lucide-chart-line /> produces an error. I found out that Lucide changed several icon names during the last few months. In my case, the icon’s name changed to chart-line (see here).

Since I expect people look up the icon names at the Lucide website and the icon set is in constant development, an update to use the latest version (and maybe an automated update on a fixed interval) would be very nice.

Cheers