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