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