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