mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 19:28:31 +00:00
15a3443384
As these are smaller canvases, fix positioning hacks accordingly. Change-Id: I472f8cdd5887243c3fd86ab1431532a99dba1ce9
8 lines
270 B
XML
8 lines
270 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
<title>
|
|
tray
|
|
</title>
|
|
<path d="M17 1H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm0 12h-4l-1 2H8l-1-2H3V3h14z"/>
|
|
</svg>
|