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