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