mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 19:28:31 +00:00
91076ef7c0
* Rename to match their upstream names. * For icons without upstream versions, fix canvas to 20x20. * Use consistent suffices to indicator colour. Change-Id: Ie6252a8ccbba79143a0f77536c6470b4350be1ad
11 lines
314 B
XML
11 lines
314 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>
|
|
feedback
|
|
</title>
|
|
<g fill="#36c">
|
|
<path d="M19 16L2 12a3.83 3.83 0 0 1-1-2.5A3.83 3.83 0 0 1 2 7l17-4z"/>
|
|
<rect width="4" height="8" x="4" y="9" rx="2" ry="2"/>
|
|
</g>
|
|
</svg>
|