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