export interface SvgProps { fill: string; } export type { IconProps } from './Icon'; export * from './icons-compiled';