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';