From 120a1ca7042212630dbe9a0cb6aa208ebf1b1e3d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 22 十二月 2021 16:15:17 +0800 Subject: [PATCH] 2021-12-22 --- src/components/mk-icon/index.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/components/mk-icon/index.jsx b/src/components/mk-icon/index.jsx index 8c8f824..eae7087 100644 --- a/src/components/mk-icon/index.jsx +++ b/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 { -- Gitblit v1.8.0