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