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