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