Some icons not displaying

What I’m trying to do:
I’m trying use the built-in icons, but many will not display.

What I’ve tried and what’s not working:
I have updated the icon in a Link (I’ve also tried Label, and Button’s) component and for example, fa:flag works fine, but fa:flag-o displays nothing?

Any help with this is appreciated.

Here’s an example of fa:flag-o in a button on a fresh project:
image

If yours isn’t showing, I’d suggest posting a clone link, or trying to create a minimum clone to demonstrate the issue. You might have some CSS that’s conflicting, or some other issue.

2 Likes

Yep, you were correct. I had suspected that might be the issue, but thought I’d check to see if there was possibly something else going on.

I narrowed it down to an import in my Native Library to Font Awesome 5 in a dependency app.

@jshaffstall thanks for the help.

1 Like