I am moving my React app inside an angular app and have got everything working except for the material-ui/icons They are there, they just do not look as they should! for example: material-ui/icons
Would anyone know what is going on here? I'm using the most current packages I have the link tag in my index.html file <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
and I believe I'm using the Icons correctly.
import { Close } from '@material-ui/icons'
<Close />