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