mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-12-11 22:56:01 +00:00
b2a8305c5e
Set viewBox to "2 2 20 20" to trim 2px off each side of our existing 24px icons, therefore aligning them to the new 20px grid. All of them had been drawn with large margins, so none of the graphic is lost. Bug: T177432 Bug: T190151 Change-Id: I6c6f6daf2f595dd37a163bd415d35c25bd8b2f96
5 lines
399 B
XML
5 lines
399 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="2 2 20 20">
|
|
<path d="M3 6v12h4V6H3zm3 10H4v-1h2v1zm0-3H4v-1h2v1zm2-7v12h4V6H8zm3 10H9v-1h2v1zm0-3H9v-1h2v1zm.934-5.353L18 18l3.449-2.021-6.065-10.354-3.45 2.022zm7.643 7.111l-1.726 1.012-.506-.862 1.725-1.012.507.862zM18.06 12.17l-1.725 1.011-.506-.862 1.726-1.012.505.863z"/>
|
|
</svg>
|