mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-15 03:34:03 +00:00
939ebe386d
... by running the following: svgo --disable removeXMLProcInst --pretty --folder images/ svgo --disable removeXMLProcInst --pretty --folder resources/ext.popups.images/ Also, add an XML declaration to resources/ext.popups.images/close.svg so that it's recognised as an SVG by libmagic. This isn't strictly an issue because of the way the SVG is served by the ResourceLoaderImageModule RL module but it's consistent with the other SVGs. Change-Id: I10b2286d6577701ba3b9a8651d5165fa81b8d293
5 lines
502 B
XML
5 lines
502 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
<path fill="#555" d="M20 14.5v-2.9l-1.8-.3c-.1-.4-.3-.8-.6-1.4l1.1-1.5-2.1-2.1-1.5 1.1c-.5-.3-1-.5-1.4-.6L13.5 5h-2.9l-.3 1.8c-.5.1-.9.3-1.4.6L7.4 6.3 5.3 8.4l1 1.5c-.3.5-.4.9-.6 1.4l-1.7.2v2.9l1.8.3c.1.5.3.9.6 1.4l-1 1.5 2.1 2.1 1.5-1c.4.2.9.4 1.4.6l.3 1.8h3l.3-1.8c.5-.1.9-.3 1.4-.6l1.5 1.1 2.1-2.1-1.1-1.5c.3-.5.5-1 .6-1.4l1.5-.3zM12 16c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z"/>
|
|
</svg>
|