Module not found: Can't resolve '@material-ui/icons/Person' in '/home/vikram/project/frontend/src/components' code example
Example 1: Module not found: Can't resolve '@material-ui/icons/Menu'
You need to install Icons
Yarn add @material-ui/icons
npm install @material-ui/icons
Example 2: Cannot find module '@material-ui/icons/Menu'
yarn add @material-ui/icons