Replace Talk icon with new chat icon

Bug: T121735
Change-Id: I9ecd019ce494cdbcade258e2f590540a1ca97586
This commit is contained in:
Justin Du 2016-01-14 19:10:50 -06:00 committed by Roan Kattouw
parent 3f2f11e77b
commit 16297ea72f
3 changed files with 7 additions and 1 deletions

View file

@ -273,7 +273,7 @@ $wgEchoNotificationIcons = array(
'path' => "$echoIconPath/Deletion.png",
),
'chat' => array(
'path' => "$echoIconPath/Talk.png",
'path' => "$echoIconPath/chat.svg",
),
'edit-user-talk' => array(
'path' => "$echoIconPath/edit-user-talk.svg",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

6
modules/icons/chat.svg Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path fill="#165CA0" d="M27.143 11.143V24L30 26.857H10V11.143h17.143zM2.857 4H20v5.714H8.57v10H0l2.857-2.857V4z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 319 B