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