|
@@ -14,6 +14,7 @@ import {
|
|
|
BookOutlined,
|
|
BookOutlined,
|
|
|
ToolOutlined,
|
|
ToolOutlined,
|
|
|
PictureOutlined,
|
|
PictureOutlined,
|
|
|
|
|
+ CameraOutlined,
|
|
|
} from '@vicons/antd';
|
|
} from '@vicons/antd';
|
|
|
import {
|
|
import {
|
|
|
OptionsSharp,
|
|
OptionsSharp,
|
|
@@ -42,4 +43,5 @@ export const constantRouterIcon = {
|
|
|
BookOutlined: renderIcon(BookOutlined),
|
|
BookOutlined: renderIcon(BookOutlined),
|
|
|
ToolOutlined: renderIcon(ToolOutlined),
|
|
ToolOutlined: renderIcon(ToolOutlined),
|
|
|
PictureOutlined: renderIcon(PictureOutlined),
|
|
PictureOutlined: renderIcon(PictureOutlined),
|
|
|
|
|
+ CameraOutlined: renderIcon(CameraOutlined),
|
|
|
};
|
|
};
|