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