Allow setting the default icon set #495
davidjamesb
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey @mathewtaylor.
I previously contributed the Font Awesome icon package which we are using across our application.
We're in a scenario now where we have a mix of icons - with our custom components using Font Awesome and the default out of the box Blueprint components using Lucide.
It's not a huge deal, but it does mean we have inconsistencies in our design. It would be great if we had an option to override the default icons used across Blueprint and wanted to get your thoughts before I take a stab at it myself.
I can see two possible approaches:
This global configuration idea has also been raised in #488.
Neither approaches seem trivial but I know we already expose IconContent in some components so maybe that approach is preferred.
Any other ways you would recommend that we could extend Blueprint so we can align icons across our design?
Thanks.
All reactions