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