mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-15 03:34:03 +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
8 lines
268 B
XML
8 lines
268 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>
|
|
reference
|
|
</title>
|
|
<path d="m15 10-2.78-2.78L9.44 10V1H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2z"/>
|
|
</svg>
|