mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-12-01 10:46:26 +00:00
b6fceb2fda
'svgo' upgraded to v2.3.0 This includes: - Replacing .svgo.json with .svgo.config.js - Updating the SVGs files. This amounts to changes in the order of some attributes. - Adding the minify-svg command as part of the npm run test command Bug: T278656 Change-Id: Ia38332be68b8ac47a31caf30272920c0f0c12053
9 lines
273 B
XML
9 lines
273 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
<title>
|
|
close
|
|
</title>
|
|
<path d="m4.34 2.93 12.73 12.73-1.41 1.41L2.93 4.35z"/>
|
|
<path d="M17.07 4.34 4.34 17.07l-1.41-1.41L15.66 2.93z"/>
|
|
</svg>
|