export * from './icons';
export * as icons from './icons';
export * from './aliases/suffixed';
export * from './types';

export { default as createLucideIcon } from './createLucideIcon';
export { default as Icon } from './Icon';
