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