how to use material ui icons in html code example
Example 1: material icons cdn
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
Example 2: google material icons
<i class="material-icons">face</i>
Example 3: Using Material UI Icons in react
// with npm
npm install @material-ui/core
// with yarn
yarn add @material-ui/core