import React, { SVGProps } from 'react'; const Eye = (props: SVGProps) => ( ); export default Eye;