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