src/components/mk-icon/index.jsx
@@ -471,7 +471,7 @@ MkIcons[type](resProps) ) } else { return <span className={'anticon ' + (resProps.className || '')} style={resProps.style || null} dangerouslySetInnerHTML={{ __html: type }}></span> return <span className={'anticon anticon-mk ' + (resProps.className || '')} style={resProps.style || null} dangerouslySetInnerHTML={{ __html: type }}></span> } } }