Related page
https://mui.com/material-ui/material-icons/?query=Info&selected=InfoOutline
Kind of issue
Other
Issue description
The "click-to-copy" field for the import stattement in the icon info dialog provides an incorrect path.
Current: import InfoOutlineIcon from '@mui/icons-material/InfoOutline';
Should be: import InfoOutlineIcon from '@mui/icons-material/InfoOutlined';
Missing one character 'd'
Context
No response
Search keywords: icons, InfoOutline, InfoOutlined, Info
Related page
https://mui.com/material-ui/material-icons/?query=Info&selected=InfoOutline
Kind of issue
Other
Issue description
The "click-to-copy" field for the import stattement in the icon info dialog provides an incorrect path.
Current:
import InfoOutlineIcon from '@mui/icons-material/InfoOutline';Should be:
import InfoOutlineIcon from '@mui/icons-material/InfoOutlined';Missing one character 'd'
Context
No response
Search keywords: icons, InfoOutline, InfoOutlined, Info