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