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