Icons are not part of material-ui/core, so it must be installed using two commands.
If you are using npm:
npm install @material-ui/core
npm install @material-ui/icons
If you are using Yarn:
yarn add @material-ui/core
yarn add @material-ui/icons
Icons are not part of material-ui/core, so it must be installed using two commands.
If you are using npm:
npm install @material-ui/core
npm install @material-ui/icons
If you are using Yarn:
yarn add @material-ui/core
yarn add @material-ui/icons