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