mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-25 16:46:15 +00:00
268e1406d4
Align SVG markup across Foundation products by: - unifying XML declaration, - removing unnecessary `standalone="no"` attribute as it's default, - removing unnecessary `enable-background` attribute as it got removed from standard - removing all SVG editor metadata - adding `width` and `height` attributes where missing, - removing all `g` group elements except where necessary for transforms, - putting attributes on `path`, - removing unnecessary ids and - unifying whitespace. Also - changing 'expand' and 'gear' icon colors to resemble general button style, - while at this renaming 'gear_gray' to 'gear' including CSS reference, - slightly adapt remaining colors to WikimediaUI color palette and - deleting unused, unreferenced icon files. Saving up to 79% file size before gzipping. Bug: T178867 Change-Id: I9e54a3a972903811f5205def05397383f3484d63
5 lines
626 B
XML
5 lines
626 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80">
|
|
<path fill="#72777d" d="M64.741719 15.24625C58.139844 8.637812 49.350469 5 39.995625 5c-9.347188 0-18.136563 3.637812-24.75375 10.24625C8.6334375 21.855781 5 30.649531 5 40s3.6334375 18.144219 10.241875 24.741719C21.859062 71.35125 30.648437 75 39.995625 75c9.354844 0 18.144219-3.64875 24.746094-10.258281C71.353437 58.144219 75 49.350469 75 40s-3.646563-18.144219-10.258281-24.75375zm-13.2825 41.289063L36.504375 41.604531V16.009687h5.627344v23.234532l13.301094 13.30875-3.973594 3.982344z"/>
|
|
</svg>
|