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