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