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