I am trying to use mui Icons with pseudo Element "::before" with SX
here is my code:
import ArrowLeftIcon from "@mui/icons-material/ArrowLeft";
sx={{
"&.Mui-selected::before": {
content: '"ArrowLeftIcon"',
},
How to add ArrowLeftIcon to the content