mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 00:05:29 +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
14 lines
500 B
XML
14 lines
500 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30">
|
|
<title>
|
|
revert
|
|
</title>
|
|
<g fill="#54595d" transform="translate(1.16 2.44) scale(.98216)">
|
|
<rect width="11" height="1" x=".5" y="25" rx=".5" ry=".5"/>
|
|
<g transform="rotate(38 8.548 27.52)">
|
|
<rect width="10" height="7" y="18" rx="1"/>
|
|
<path d="M0 14h10v1H0zm0 2h10v1H0zM0 0h10v13H0V0zm2 0h2v11H2V0z"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|