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