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