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