mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
c9403011c8
Enabling SVGO automation with 'grunt-svgmin' and conservative plugin settings to build step, among those: - enable removeRasterImages and sortAttrs, - disable cleanupIDs, removeDesc, removeTitle, removeViewBox & removeXMLProcInst and - don't use multipass. Also updating SVGs accordingly. Bug: T185596 Change-Id: I2288c7576ac96f8b5c4d5b8671218fceefaf6037
11 lines
472 B
XML
11 lines
472 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>
|