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