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
Sometimes you may need an icon that's not included in Heroicons. It would be great if you could still use this gem for consistency throughout your codebase. Especially if you plan on closely following Heroicons' approach of having the three variants, etc.
I created the following monkey patch that first checks for a custom icon and falls back to the default icons. This way you can add new icons, and replace existing ones (although personally I'm unlikely to do that).
If there's interest I can create a PR for this that makes custom_path configurable.
Sometimes you may need an icon that's not included in Heroicons. It would be great if you could still use this gem for consistency throughout your codebase. Especially if you plan on closely following Heroicons' approach of having the three variants, etc.
I created the following monkey patch that first checks for a custom icon and falls back to the default icons. This way you can add new icons, and replace existing ones (although personally I'm unlikely to do that).
If there's interest I can create a PR for this that makes
custom_path
configurable.The text was updated successfully, but these errors were encountered: