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