Icons are not part of the material-ui/core so it must be install using two commands.
If you are using npm
npm install @material-ui/corenpm install @material-ui/icons
If you are using yarn
yarn add @material-ui/coreyarn add @material-ui/icons