1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 05:12:41 +01:00

Add additional icons for User Profiles

Summary: Designer, Musician, Spy, Robot

Test Plan: Click Choose Icon, see that I am a designer.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15147
This commit is contained in:
Chad Little 2016-01-31 20:09:06 +00:00 committed by chad
parent ce30f8c88b
commit e2da571734

View file

@ -74,6 +74,26 @@ final class PhabricatorPeopleIconSet
'icon' => 'fa-heart', 'icon' => 'fa-heart',
'name' => pht('Resources'), 'name' => pht('Resources'),
), ),
array(
'key' => 'camera',
'icon' => 'fa-camera-retro',
'name' => pht('Design'),
),
array(
'key' => 'music',
'icon' => 'fa-headphones',
'name' => pht('Musician'),
),
array(
'key' => 'spy',
'icon' => 'fa-user-secret',
'name' => pht('Spy'),
),
array(
'key' => 'android',
'icon' => 'fa-android',
'name' => pht('Bot'),
),
array( array(
'key' => 'relationships', 'key' => 'relationships',
'icon' => 'fa-glass', 'icon' => 'fa-glass',