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