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