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