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