export interface IconType { fill?: string; width?: number; height?: number; textFill?: string; stroke?: string; strokeWidth?: string; onClick?: () => void; className?: string; } //# sourceMappingURL=icon.d.ts.map