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