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