import type { SVGProps } from "react"; export function UserIcon( props: JSX.IntrinsicAttributes & SVGProps, ) { return ( ); }