After running npm install @mui/material
and npm install @mui/icons-material
, I tried to import a search icon using the following code:
import {Search} from "@mui/icons-material";
Despite this, when I write <Search />
in my code, an error is triggered.
Can you help identify the problem?