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