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