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