import { BASE_PATH } from "../config"; type Props = { iconPath: string; displayName: string; className: string; }; export default function UserIcon({ iconPath, displayName, className }: Props) { return ( {`${displayName} ); }