Replies: 1 comment 1 reply
-
I managed to use icons from Font Awesome with this:
and then use it like this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Icon
type, I would need to create a descendant of this type that wraps the html to use for FA icons instead.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
Icon
types?Beta Was this translation helpful? Give feedback.
All reactions