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
http://material-ui.com/#/components/appbar
....iconElementLeft={<IconButton><NavigationClose />... https://github.com/callemall/material-ui/blob/master/src/index.js#L47 where is icon?
....iconElementLeft={<IconButton><NavigationClose />...
The text was updated successfully, but these errors were encountered:
I think I've forgotten https://github.com/callemall/material-ui/blob/master/src/svg-icons/navigation/close.jsx#L5
Sorry, something went wrong.
Also linked to #1944
As pointed out by @ayhankuru, the icon is located here https://github.com/callemall/material-ui/blob/master/src/svg-icons/navigation/close.jsx. We have also added an index for all the available svg icon: https://github.com/callemall/material-ui/blob/master/src/svg-icons/index.js.
No branches or pull requests
http://material-ui.com/#/components/appbar
....iconElementLeft={<IconButton><NavigationClose />...
https://github.com/callemall/material-ui/blob/master/src/index.js#L47
where is icon?
The text was updated successfully, but these errors were encountered: