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