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