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