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