|
|
@@ -13,6 +13,7 @@ import {
|
|
|
BellOutlined,
|
|
|
BookOutlined,
|
|
|
ToolOutlined,
|
|
|
+ PictureOutlined,
|
|
|
} from '@vicons/antd';
|
|
|
import {
|
|
|
OptionsSharp,
|
|
|
@@ -40,4 +41,5 @@ export const constantRouterIcon = {
|
|
|
BellOutlined: renderIcon(BellOutlined),
|
|
|
BookOutlined: renderIcon(BookOutlined),
|
|
|
ToolOutlined: renderIcon(ToolOutlined),
|
|
|
+ PictureOutlined: renderIcon(PictureOutlined),
|
|
|
};
|