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