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