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