mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-12-03 11:46:22 +00:00
f8562a89d6
Icons were updated in I8feea1b526ff85c4ffdee21ef42c616e72881e76 the pre-commit svgmin optimizer does these minor changes in the two files. Pushing these to avoid constantly changed but uncommited SVGs in the images directory when working. Change-Id: Ib8a66df12dc692eb356a33815f5aade1983f625c
8 lines
455 B
XML
8 lines
455 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>
|
|
sad face
|
|
</title>
|
|
<path d="M18 0a2 2 0 0 1 2 2v18l-4-4H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm-4 4c-1.336 0-2.007 1.617-1.06 2.56.943.947 2.56.276 2.56-1.06A1.5 1.5 0 0 0 14 4zM6 4C4.664 4 3.993 5.617 4.94 6.56c.943.947 2.56.276 2.56-1.06A1.5 1.5 0 0 0 6 4zm4 5c-2.61 0-4.83.67-5.65 3h11.3c-.82-2.33-3.04-3-5.65-3z"/>
|
|
</svg>
|