@fish-render/icons
Version:
Fish Render icon library for Vue 3
8 lines • 457 B
TypeScript
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