-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
[docs] Incorrect import statement in click-to-copy for InfoOutline icon #47941
Copy link
Copy link
Closed
Copy link
Labels
docsImprovements or additions to the documentation.Improvements or additions to the documentation.scope: iconsChanges related to the icons.Changes related to the icons.type: bugIt doesn't behave as expected.It doesn't behave as expected.
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docsImprovements or additions to the documentation.Improvements or additions to the documentation.scope: iconsChanges related to the icons.Changes related to the icons.type: bugIt doesn't behave as expected.It doesn't behave as expected.