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:
parent
ce30f8c88b
commit
e2da571734
1 changed files with 20 additions and 0 deletions
|
@ -74,6 +74,26 @@ final class PhabricatorPeopleIconSet
|
|||
'icon' => 'fa-heart',
|
||||
'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(
|
||||
'key' => 'relationships',
|
||||
'icon' => 'fa-glass',
|
||||
|
|
Loading…
Reference in a new issue