export interface TIconProps { icon: string; color?: string; size?: 'miniature' | 'extra-small' | 'small' | 'medium' | 'large' | 'extra-large' | 'huge'; variant?: 'outline' | 'solid'; } //# sourceMappingURL=TIcon.types.d.ts.map