import type { ComponentPropsWithoutRef } from "react"; export function UserIcon(props: ComponentPropsWithoutRef<"svg">) { return ( ); }