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