material ui icons a code example
Example 1: @material-ui/icons
yarn add @material-ui/icons
# NPM
npm install @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