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