mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 11:59:11 +00:00
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>
|