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