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