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