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