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