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