mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-12-01 01:56:20 +00:00
e3007e9484
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 - make use of pretty and multipass options. Also updating SVGs accordingly. Bug: T185596 Change-Id: Iec947431b3549e9f1fa1eaba58340aef96c0647b
10 lines
441 B
XML
10 lines
441 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
<path id="paper" d="M21 21H4c-1 0-2-1-2-2V4h19v17zM4 6v12.278c0 .397.325.722.722.722h14.28L19 6H4z"/>
|
|
<path id="banner" d="M6 8h11v3H6z"/>
|
|
<path id="text1" d="M12 12h5v2h-5z"/>
|
|
<path id="text2" d="M6 12h5v2H6z"/>
|
|
<path id="text3" d="M12 15h5v2h-5z"/>
|
|
<path id="text4" d="M6 15h5v2H6z"/>
|
|
</svg>
|