mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-08 15:32:28 +08:00
32 lines
553 B
TypeScript
32 lines
553 B
TypeScript
import {
|
|
SettingOutlined,
|
|
SearchOutlined,
|
|
MenuFoldOutlined,
|
|
MenuUnfoldOutlined,
|
|
FullscreenOutlined,
|
|
FullscreenExitOutlined,
|
|
PoweroffOutlined,
|
|
GithubOutlined,
|
|
LockOutlined,
|
|
ReloadOutlined,
|
|
LogoutOutlined,
|
|
UserOutlined,
|
|
CheckOutlined,
|
|
} from '@vicons/antd';
|
|
|
|
export default {
|
|
SettingOutlined,
|
|
LockOutlined,
|
|
GithubOutlined,
|
|
SearchOutlined,
|
|
MenuFoldOutlined,
|
|
MenuUnfoldOutlined,
|
|
FullscreenOutlined,
|
|
FullscreenExitOutlined,
|
|
PoweroffOutlined,
|
|
ReloadOutlined,
|
|
LogoutOutlined,
|
|
UserOutlined,
|
|
CheckOutlined,
|
|
};
|