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
351 B
XML
11 lines
351 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>
|
|
speech bubbles
|
|
</title>
|
|
<g fill="#36c">
|
|
<path d="M0 6v14l4-4h10c1.1 0 2-.9 2-2v-1H5c-1.1 0-2-.9-2-2V4H2C.9 4 0 4.9 0 6z"/>
|
|
<path d="M4 2v8c0 1.1.9 2 2 2h10l4 4V2c0-1.1-.9-2-2-2H6C4.9 0 4 .9 4 2z"/>
|
|
</g>
|
|
</svg>
|