From 2c90793c410267273b509f4f536d5e8c6040e255 Mon Sep 17 00:00:00 2001 From: Justin Du Date: Thu, 4 Feb 2016 22:43:04 -0600 Subject: [PATCH] Use new trash icon *On deletion-related notifications Bug: T125785 Change-Id: I9c23898ddc7bab70b069a03a2633c750a08a1740 --- Echo.php | 2 +- modules/icons/Deletion.png | Bin 291 -> 0 bytes modules/icons/trash.svg | 13 +++++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) delete mode 100644 modules/icons/Deletion.png create mode 100644 modules/icons/trash.svg diff --git a/Echo.php b/Echo.php index c7dcc1890..47d871209 100644 --- a/Echo.php +++ b/Echo.php @@ -270,7 +270,7 @@ $wgEchoNotificationIcons = array( 'path' => "$echoIconPath/Generic.png", ), 'trash' => array( - 'path' => "$echoIconPath/Deletion.png", + 'path' => "$echoIconPath/trash.svg", ), 'chat' => array( 'path' => "$echoIconPath/chat.svg", diff --git a/modules/icons/Deletion.png b/modules/icons/Deletion.png deleted file mode 100644 index 8abc2e3d51cd20414be46f57f84598b63ef616a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 291 zcmV+;0o?wHP)))T3gpv6oK0|Xe+gBlp53P4H$i`oPrjwjMwM;uXb0AElikPxJ} zz#W%A9@K*>jO7LQsyYBBu_kjIZ7!`a`yeIv-Hn#C(ut{{m&8post^#Zhp p0Xg6SQH{OPd^~FLkhd5hzyMkhM5sUkylwyh002ovPDHLkV1idSaIpXY diff --git a/modules/icons/trash.svg b/modules/icons/trash.svg new file mode 100644 index 000000000..d772f9941 --- /dev/null +++ b/modules/icons/trash.svg @@ -0,0 +1,13 @@ + + + + trash + Created with Sketch. + + + + + + + + \ No newline at end of file