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