Skip to content

Commit

Permalink
feat(client): change message icon to our icon
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Froment <sfroment42@gmail.com>
  • Loading branch information
sfroment committed Mar 21, 2019
1 parent edc6510 commit 8428458
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
Expand Up @@ -136,10 +136,10 @@ class TabBarIconBase extends Component {
context.relay = context.environment
let iconName = {
contacts: 'users',
chats: 'message-circle',
chats: 'berty-berty_conversation',
settings: 'settings',
'side/contacts': 'users',
'side/chats': 'message-circle',
'side/chats': 'berty-berty_conversation',
'side/settings': 'settings',
}[routeName]

Expand Down
14 changes: 14 additions & 0 deletions client/react-native/common/static/svg/config.json
Expand Up @@ -48,6 +48,20 @@
"chart-network-solid"
]
},
{
"uid": "2e46dc6960c76f3581500f4436697d69",
"css": "berty_conversation",
"code": 59396,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M1250 1000C1245.6 1000 1241.1 999.3 1236.8 997.8L1015.3 924C965.1 946.5 910.2 958.3 855.2 958.3L855.2 958.3C703.3 958.3 567.7 874.4 500.2 739.5 472.7 684.9 458.2 623.7 458.3 562.4V541.7C469.5 338 629.7 177.8 831 166.7L854.2 166.7C916 166.7 976.9 181.2 1031.3 208.6 1166.1 276 1250 411.6 1250 562.5 1250.2 617.8 1238.3 673.1 1215.7 723.6L1287 937.7C1290.5 943.8 1292.5 950.8 1292.5 958.3 1292.5 981.4 1273.9 1000 1250.8 1000 1250.5 1000 1250.3 1000 1250 1000ZM1012.5 837.5C1016.9 837.5 1021.4 838.2 1025.7 839.7L1184.1 892.5 1131.3 734C1127.8 723.5 1128.6 712 1133.6 702 1155.4 659 1166.8 610.8 1166.7 562.6 1166.6 443.4 1100.4 336.3 993.9 283.1 951 261.4 903 250 855 250H833.3C676.8 258.7 550.4 385.1 541.6 544L541.7 562.5C541.5 610.8 553 659 574.7 702 628 808.8 735 875 854.2 875H854.2C903.1 875 951 863.6 993.7 842 999.5 839 1006 837.5 1012.5 837.5ZM54.8 831.2L276.4 757.3C326.5 779.8 381.5 791.7 436.4 791.7 475.2 792.1 505.1 789.3 546.6 775.8 568.5 768.7 580.5 745.2 573.4 723.3 566.3 701.5 542.9 689.5 520.9 696.5 492.7 705.7 474 708.3 437.4 708.3 390.9 707.8 341 697 298 675.3 288 670.3 276.5 669.3 266 673L107.5 725.8 160.3 567.3C163.8 556.8 163 545.3 158 535.3 136.3 492.4 124.9 444.2 125 395.8 125 276.7 191.2 169.7 298 116.3 340.7 94.8 388.7 83.3 436.7 83.3 437 83.3 437.2 83.3 437.5 83.3L456 83.3C566.7 89.4 655.8 145.1 706.8 240.1 717.7 260.3 742.8 268 763.2 257.1 783.5 246.2 791.1 220.9 780.2 200.7 715.9 80.8 599.4 7.7 458.3 0H437.6C437.3 0 436.9 0 436.6 0 375.7 0 314.8 14.5 260.5 41.9 125.6 109.3 41.7 244.9 41.7 395.7 41.5 451.1 53.3 506.5 76 557L2.2 778.5C-2.8 793.5 1.1 810 12.2 821.1 20.1 829 30.8 833.3 41.7 833.3 46.1 833.3 50.5 832.6 54.8 831.2Z",
"width": 1292
},
"search": [
"berty_conversation"
]
},
{
"uid": "00e8a08a8c79a67eb444b445feb22a1d",
"css": "chart-network-light",
Expand Down
Binary file modified client/react-native/common/static/svg/fontello.ttf
Binary file not shown.

0 comments on commit 8428458

Please sign in to comment.