14 lines
406 B
TypeScript
14 lines
406 B
TypeScript
|
import { createIconifyIcon } from '@vben-core/icons';
|
||
|
|
||
|
export * from '@vben-core/icons';
|
||
|
|
||
|
export const MdiKeyboardEsc = createIconifyIcon('mdi:keyboard-esc');
|
||
|
|
||
|
export const MdiWechat = createIconifyIcon('mdi:wechat');
|
||
|
|
||
|
export const MdiGithub = createIconifyIcon('mdi:github');
|
||
|
|
||
|
export const MdiGoogle = createIconifyIcon('mdi:google');
|
||
|
|
||
|
export const MdiChevron = createIconifyIcon('tabler:chevron-right');
|