- Go to a project
- Select Manage > Edit Picture
- Under "Edit Project Picture > Custom", select "Choose Icon and Color..."
- As the last listed icon, see an empty misaligned square.
https://we.phorge.it/source/phorge/browse/master/src/applications/files/builtin/PhabricatorFilesComposeIconBuiltinFile.php$52 calls listDirectory() (which returns a "list of files and directories") to get all icons under /resources/builtin/projects/.
However, https://we.phorge.it/source/phorge/browse/master/resources/builtin/projects/ includes a directory called v3 which gets incorrectly rendered as the last item.