mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 11:59:11 +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
9 lines
322 B
XML
9 lines
322 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>
|
|
<path d="M18 4h-1v7a2 2 0 0 1-2 2H4v1a2 2 0 0 0 2 2h10l4 4V6a2 2 0 0 0-2-2z"/>
|
|
<path d="M14 0H2a2 2 0 0 0-2 2v14l4-4h10a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z"/>
|
|
</svg>
|