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