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
237 B
XML
8 lines
237 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>
|
|
notice
|
|
</title>
|
|
<path d="M10 0a10 10 0 1 0 10 10A10 10 0 0 0 10 0zm1 16H9v-2h2zm0-4H9V4h2z"/>
|
|
</svg>
|