material-ui icons delete storybook code example
Example 1: install material ui icons
// with npm
npm install @material-ui/icons
// with yarn
yarn add @material-ui/icons
Example 2: material ui core yarn
yarn add @material-ui/core
// with npm
npm install @material-ui/icons
// with yarn
yarn add @material-ui/icons
yarn add @material-ui/core