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