mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-12-04 12:38:21 +00:00
3205e72ad8
Replacing 'grunt-svgmin' with 'svgo' v2.3.0. Also - replacing all Grunt based tasks with npm equivalents. 'build' has before just been for SVG minification and that's the same now in npm. - changing to JS based '.svgo.config.js' - re-crushing all SVGs. Note that 'link-hover.svg' and 'link.svg' have been optimized with reduced precision. All other changes are resulting from updated SVGO. Bug: T278656 Change-Id: Ie895edb4e88336ffc56f570b8f80bf7d1e331894
8 lines
454 B
XML
8 lines
454 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="58.4" height="52.3" viewBox="0 0 58.4 52.3">
|
|
<path fill="#36c" d="M0 0v44.7h58.4V0H0zm51.9 35.4H6l13.7-17.7 2-.8 12.9 13.7 6.8-4 10.5 8.8z"/>
|
|
<path fill="#fff" d="m48 4.2 1.9 1.9-5.1 5.1-1.3-1.3-.3 5.3 5.2-.3-1.3-1.3 5.2-5.1 1.8 1.9.4-6.6"/>
|
|
<path fill="#eaecf0" d="M0 44.7h58.4v7.7H0z"/>
|
|
<path fill="#36c" d="M1.9 46.2h13.8v1.6H1.9zm0 3.1h54.7v1.6H1.9z"/>
|
|
</svg>
|