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