material-ui 在 '@mui/icons-material' 中的 KeyOutlinedIcon 上的 SVG 是错误的,

kdfy810k  于 5个月前  发布在  其他
关注(0)|答案(3)|浏览(42)

重复问题

  • 我已搜索现有的问题

最新版本

  • 我已测试了最新版本

重现步骤 🕹

链接到实时示例:
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 的轮廓版本。

上下文 🔦

  • 无响应*

你的环境 🌎

  • 无响应*
ckx4rj1h

ckx4rj1h1#

不仅outlined,甚至two tone在文档中也显示了Key图标。
感谢报告此问题@santos-samuel 👍

nhn9ugyo

nhn9ugyo2#

我们想接手这个项目,能提供相应的SVG文件吗?

h22fl7wq

h22fl7wq3#

顺便说一下,似乎Key并不是唯一遭受这个问题的图标。我注意到ConstructionIcon(来自'@mui/icons-material/Construction')也存在同样的问题。可能还有更多。

相关问题