king
2021-12-22 120a1ca7042212630dbe9a0cb6aa208ebf1b1e3d
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 {