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