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