src/components/mk-icon/index.jsx
@@ -225,7 +225,8 @@ UserDeleteOutlined, UserSwitchOutlined, VideoCameraOutlined, WifiOutlined WifiOutlined, TableOutlined } from '@ant-design/icons' const MkIcons = { @@ -460,6 +461,7 @@ 'user-switch': (props) => <UserSwitchOutlined {...props} />, 'video-camera': (props) => <VideoCameraOutlined {...props} />, 'wifi': (props) => <WifiOutlined {...props} />, 'table': (props) => <TableOutlined {...props} />, } class MkIcon extends Component {