We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm going to use a outlined share icon, icon="share_outline" not work, how to get it?
The text was updated successfully, but these errors were encountered:
Could you post an example of the code you've tried?
Sorry, something went wrong.
<ui-button icon="share_outline"></ui-button> doesn't work
<ui-button icon="share_outline"></ui-button>
But <ui-button icon="info_outline"></ui-button> works as expected
<ui-button icon="info_outline"></ui-button>
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.
No branches or pull requests
I'm going to use a outlined share icon, icon="share_outline" not work, how to get it?
The text was updated successfully, but these errors were encountered: