I use Material UI with @material-ui/core
, and @material-ui/icons
installed:
$ npm ls | grep material-ui
+-- @material-ui/[email protected]
+-- @material-ui/[email protected]
and the attempt to include the icon fails
ModuleNotFoundError: Module not found: Error: Can't resolve '@material-ui/icons/FileDownload' in 'C:\Work\my-project\node_modules\mui-datatables\dist'
I'm using webpack@3
as a bounler.
The FileDownload icon is present in github repo of material-ui, but it's absent from my package.
@jmarucha This icon does no longer exist. Google removed it: https://material.io/tools/icons/?search=FileDownload&style=baseline.
Use GetApp
, it's the same icon. Thanks google :pig:
Most helpful comment
Use
GetApp
, it's the same icon. Thanks google :pig: