export interface IIcon { width: string; height: string; fill: string; secondaryFill?: string; onMouseEnter: () => void; onMouseLeave: () => void; } //# sourceMappingURL=IIcon.d.ts.map