material ui icons location code example
Example 1: install material ui icons
// with npm
npm install @material-ui/icons
// with yarn
yarn add @material-ui/icons
Example 2: material ui location icon
// Don't forget to upvote if this helped so others can see it
import LocationOnIcon from '@material-ui/icons/LocationOn';