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