export { Icon } from './Icon.js'; export { useIconColorResolver } from './context.js'; export type { IconProps } from './Icon.js'; export { defineIconSet } from './defineIconSet.js'; export type { GlyphData, GlyphSvg, IconAdapter, IconColorResolver, IconPropsExtensions, IconSetDef, IconSpec, } from './types.js';