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