material ui icon link code example
Example 1: Material-ui Add icon
import AddIcon from '@material-ui/icons/Add';
// don't forget to import the icon dependancy
// npm install @material Ui/icons
Example 2: material ui icons are not clickable how to make it clickable
//surround the whatever Icon you have inside a <IconButton><IconButton/> tag
this IconButton is being provided by @material-ui/core,so dont forget to import that