UNPKG

@tabula/ui-node-icon

Version:
8 lines (7 loc) 251 B
export * from './small'; export * from './medium'; export * from './large'; export * as UiNodeSIcons from './small'; export * as UiNodeMIcons from './medium'; export * as UiNodeLIcons from './large'; export type { Props as IconProps } from './utils';