Material-ui: Missing icon "File Download"

Created on 31 Jul 2018  路  3Comments  路  Source: mui-org/material-ui

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.

SvgIcon external dependency

Most helpful comment

Use GetApp, it's the same icon. Thanks google :pig:

All 3 comments

@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:

Was this page helpful?
0 / 5 - 0 ratings