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