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