mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-01 02:46:46 +00:00
64c07dfb68
Align SVG markup across Foundation products by: - unifying XML declaration, - removing unnecessary `standalone="no"` attribute as it's default, - removing all `g` group elements where applicable, - bringing attributes in order, - removing unnecessary ids and - unifying whitespace. Bug: T178867 Change-Id: Id3799a46c14f793636ca9bca3ad0f642466ed5a0
11 lines
430 B
XML
11 lines
430 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">
|
|
<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>
|