import { Briefcase } from 'lucide-react'; import { Icon } from '@@/Icon'; import { Tooltip } from '@@/Tip/Tooltip'; interface Props { url?: string; showTooltip?: boolean; } export function LimitedToBeBoxSelectorIndicator({ url, showTooltip = true, }: Props) { return (