重复问题
- 我已搜索现有的问题
最新版本
- 我已测试了最新版本
重现步骤 🕹
链接到实时示例:
https://mui.com/material-ui/material-icons/?query=key&theme=Outlined&selected=KeyOutlined
当前行为 😯
KeyOutlinedIcon
和 (import KeyOutlinedIcon from '@mui/icons-material/KeyOutlined'; )
显示为正常的 KeyIcon
和 (import KeyIcon from '@mui/icons-material/Key'; ).
然而,KeyOffOutlinedIcon
却显示正确。
预期行为 🤔
KeyOutlinedIcon
应该渲染出 KeyIcon
的轮廓版本。
上下文 🔦
- 无响应*
你的环境 🌎
- 无响应*
3条答案
按热度按时间ckx4rj1h1#
不仅
outlined
,甚至two tone
在文档中也显示了Key
图标。感谢报告此问题@santos-samuel 👍
nhn9ugyo2#
我们想接手这个项目,能提供相应的SVG文件吗?
h22fl7wq3#
顺便说一下,似乎
Key
并不是唯一遭受这个问题的图标。我注意到ConstructionIcon
(来自'@mui/icons-material/Construction')也存在同样的问题。可能还有更多。