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