Open sergeyprimirenkov opened 4 years ago
Could you post an example of the code you've tried?
<ui-button icon="share_outline"></ui-button>
doesn't work
But <ui-button icon="info_outline"></ui-button>
works as expected
That's probably due to the icon font you're loading.
The Material Icons font on Google Fonts doesn't have the more recent icons.
I'm going to use a outlined share icon, icon="share_outline" not work, how to get it?