Custom Icon SVG
It's possible to add a custom icon as svg in action label? I need to add a svg that is not included in heroicons v1.
Solution:Jump to solution
You'd need to register it via Blade UI.
https://github.com/blade-ui-kit/blade-icons?tab=readme-ov-file#defining-sets...
GitHub
GitHub - blade-ui-kit/blade-icons: A package to easily make use of ...
A package to easily make use of SVG icons in your Laravel Blade views. - GitHub - blade-ui-kit/blade-icons: A package to easily make use of SVG icons in your Laravel Blade views.
3 Replies
Solution
You'd need to register it via Blade UI.
https://github.com/blade-ui-kit/blade-icons?tab=readme-ov-file#defining-sets
GitHub
GitHub - blade-ui-kit/blade-icons: A package to easily make use of ...
A package to easily make use of SVG icons in your Laravel Blade views. - GitHub - blade-ui-kit/blade-icons: A package to easily make use of SVG icons in your Laravel Blade views.
I did it that way for
stechstudio/filament-impersonate
. You might wanna check the source code. Should be in the ServiceProvider.Thanks @Dennis Koch