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