import MaterialIcons from '@material-ui/icons' code example
Example 1: install material ui icons
// with npm
npm install @material-ui/icons
// with yarn
yarn add @material-ui/icons
Example 2: Using Material UI Icons in react
// with npm
npm install @material-ui/core
// with yarn
yarn add @material-ui/core