6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
import { createIconifyIcon } from '@easyflow-core/icons';
|
|
|
|
export * from '@easyflow-core/icons';
|
|
|
|
export const MdiKeyboardEsc = createIconifyIcon('mdi:keyboard-esc');
|