import React from "react";

/**
 * visibility-on.svg
 */
declare const VisibilityOnIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default VisibilityOnIcon;
