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