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