export * from './icons';
export { default as SvgIcon } from './components/SvgIcon.vue';
export { default as PathIcon } from './components/PathIcon.vue';
export type { IconProps, IconComponent } from './types';
export { createIconComponent } from './utils/iconGenerator';
export { setIconConfig, getIconConfig, buildIconPath } from './utils/iconConfig';
export { loadSvgIcon, processSvgContent } from './utils/iconLoader';
//# sourceMappingURL=index.d.ts.map