-
I would like to use icons from other sources than the Fluent UI, together with the Fluent UI components, but since all of the components have to be wrapped in an However, I imagine I'm not the first one to ask about this, so I am wondering if this is supported out of the box somehow, or if there is a nuget package that adds the FA icons as |
Beta Was this translation helpful? Give feedback.
Answered by
webluke
Jan 27, 2025
Replies: 1 comment 2 replies
-
I managed to use icons from Font Awesome with this:
and then use it like this:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This worked out great. I did use the full class in the iconName property as some are 'fas' and others such as brand icons are 'fab' and this added more flexibility.