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