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