mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-02 19:36:48 +00:00
e7ac2a8966
This will cause them to be rasterized as the correct size when used in emails. When used on the web (as SVGs) they have their dimensions set by CSS. Bug: T275936 Change-Id: Id7b76cf13bf9ebb88776d9c7eebc3944732ae743
11 lines
441 B
XML
11 lines
441 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 20 20">
|
|
<title>
|
|
edit user talk
|
|
</title>
|
|
<g fill="#36c">
|
|
<path d="M18 4h-1v7a2 2 0 0 1-2 2H4v1c0 1.1.9 2 2 2h10l4 4V6a2 2 0 0 0-2-2"/>
|
|
<path d="M13 10H5v-.44c0-.9 1.37-2.45 4-2.45s4 1.56 4 2.45zM9 2a2.22 2.22 0 1 1 0 4.44A2.22 2.22 0 0 1 9 2m5-2H2a2 2 0 0 0-2 2v14l4-4h10a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2"/>
|
|
</g>
|
|
</svg>
|