You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to override or the specify the config of a third party icon package? I would like to set a custom "stroke-width" attribute for every icon of a particular set. I don't like to repeat myself and set the attribute on every @svg() call.
I tried re-declaring the set in the config/blade-icons.php. But this throws an exception, because the set is already defined. I could also re-add the set under a different name. But this seems to be a bit verbose and redundant.
Best, Arne
Steps to reproduce
none
The text was updated successfully, but these errors were encountered:
Library version
1.6.0
Laravel version
10.48.2
PHP version
8.3.3
Description
Is it possible to override or the specify the config of a third party icon package? I would like to set a custom "stroke-width" attribute for every icon of a particular set. I don't like to repeat myself and set the attribute on every
@svg()
call.I tried re-declaring the set in the
config/blade-icons.php
. But this throws an exception, because the set is already defined. I could also re-add the set under a different name. But this seems to be a bit verbose and redundant.Best, Arne
Steps to reproduce
none
The text was updated successfully, but these errors were encountered: