import * as React from 'react'; export interface Eye64Props extends React.SVGProps { ariaLabel?: string } export default function Eye64({ ariaLabel, ...props }: Eye64Props) { return ( ); }