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