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