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