mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-17 03:49:01 +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
7 lines
298 B
XML
7 lines
298 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="journal" d="M5 4v17h12c1 0 2-1 2-2V4H5zm12 14c0 1-1 1-1 1H8V6h9v12z"/>
|
|
<path id="text1" d="M10 9h5v2h-5z"/>
|
|
<path id="text2" d="M10 12h5v2h-5z"/>
|
|
</svg>
|