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