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