king
2022-12-09 ea471bc4b911b8f8ee4177a9eaafe900935451bf
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>
    }
  }
}