mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
Merge "Use new trash icon *On deletion-related notifications"
This commit is contained in:
commit
35d51085d6
2
Echo.php
2
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",
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 291 B |
13
modules/icons/trash.svg
Normal file
13
modules/icons/trash.svg
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="30px" height="30px" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.5.1 (25234) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>trash</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="trash" sketch:type="MSArtboardGroup" fill="#555555">
|
||||
<path d="M7,8.25 L7,8.25 C7,6.69166667 8.275,5.41666667 9.83333333,5.41666667 L12.6666667,5.41666667 L14.0833333,4 L16.9166667,4 L18.3333333,5.41666667 L21.1666667,5.41666667 C22.725,5.41666667 24,6.69166667 24,8.25 L24,8.25 L7,8.25" id="Fill-1" sketch:type="MSShapeGroup"></path>
|
||||
<path d="M8.41666667,9.66666667 L22.5833333,9.66666667 L21.1666667,25.25 L9.83333333,25.25" id="Fill-3" sketch:type="MSShapeGroup"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1 KiB |
Loading…
Reference in a new issue