import * as React from "react"; function EyeOffIcon(props: React.SVGProps) { return ; } export default EyeOffIcon;