mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +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
287 B
XML
8 lines
287 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 status bundle
|
|
</title>
|
|
<path fill="#36c" d="M2 0a2 2 0 0 0-2 2v18l4-4h14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm7 3h2v6H9V3zm0 8h2v2H9v-2z"/>
|
|
</svg>
|