/** * @file components/sidebar/UserProfile.tsx * @description User profile component rendered at the bottom of the sidebar, displaying user avatar, status indicator, username, and settings action trigger. */ import { Settings } from "lucide-react"; /** * Renders the user profile card with user information, online status, and quick access settings. * * @returns {JSX.Element} The rendered user profile footer element. */ export function UserProfile() { return (