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
5 lines
849 B
XML
5 lines
849 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
|
<path fill="#202122" fill-rule="evenodd" d="M32.166 3.814A3.556 3.556 0 0 0 28.92 5.59L.477 54.855a3.556 3.556 0 0 0 3.08 5.334h56.886a3.556 3.556 0 0 0 3.08-5.334L35.08 5.59a3.556 3.556 0 0 0-2.914-1.776zm-.176 18.377c.938 0 1.712.313 2.324.938.625.612.938 1.393.938 2.344 0 .99-.326 2.838-.977 5.547l-1.035 4.257c-.364 1.51-.631 3.308-.8 5.391h-.86c-.091-1.484-.39-3.281-.898-5.39l-1.016-4.258c-.612-2.553-.918-4.382-.918-5.489 0-1.002.3-1.81.898-2.422.6-.612 1.38-.918 2.344-.918zm.04 21.27a3 3 0 0 1 2.226.937c.625.612.937 1.361.937 2.247 0 .872-.312 1.62-.937 2.246a3.032 3.032 0 0 1-2.227.918 3.097 3.097 0 0 1-2.246-.918 3.097 3.097 0 0 1-.918-2.246c0-.873.306-1.622.918-2.247.612-.625 1.36-.937 2.246-.937z"/>
|
|
</svg>
|