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