Reputation: 321
I tried a lot but i am not able to find a way to do it. Where is its exact location in material-ui? I saw some people using it. Any help is appreciated.
My best guess was :
import MoreVertIcon from '@material-ui/icons/more-vert';
Upvotes: 3
Views: 6225
Reputation: 130471
Mui v5
import:
import MoreVertIcon from '@mui/icons-material/MoreVert';
https://mui.com/components/material-icons/?query=MoreVert&selected=MoreVert
Upvotes: 2
Reputation: 3215
Before use material ui icon You may need to import for that. Steps:-
Thanks
Upvotes: 0