Background
The tool link menu in the MinervaNeue skin displays icons next to the tool links.
The IP auto-reveal tool link was added in T386500, but currently uses the wrong icon:
It uses userAvatar, but should use UserTemporaryLocation:
This is because UserTemporaryLocation was available in Codex until recentlly. It was added to Codex in T389299.
Technical notes
The IP auto-reveal tool link is specified in SidebarLinksHandler::addIPAutoReveal. The specification should have:
'icon' => 'UserTemporaryLocation'
Acceptance criteria
- The UserTemporaryLocation icon displays next to the IP auto-reveal tool link on mobile


