mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
e7ac2a8966
This will cause them to be rasterized as the correct size when used in emails. When used on the web (as SVGs) they have their dimensions set by CSS. Bug: T275936 Change-Id: Id7b76cf13bf9ebb88776d9c7eebc3944732ae743
8 lines
331 B
XML
8 lines
331 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 20 20">
|
|
<title>
|
|
mention failure
|
|
</title>
|
|
<path fill="#54595d" d="M18 13V5a2 2 0 0 0-2-2H5.99l11.42 11.42A2 2 0 0 0 18 13m-2.01 2H16L4.02 3H4L1.5.5l-1 1 2.1 2.08A2 2 0 0 0 2 5v14l4-4h8.01l3.5 3.5.98-1z"/>
|
|
</svg>
|