mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-25 07:15:31 +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
412 B
XML
5 lines
412 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="M21.449 6v12h-4V6h4zm-3 10h2v-1h-2v1zm0-3h2v-1h-2v1zm-2-7v12h-4V6h4zm-3 10h2v-1h-2v1zm0-3h2v-1h-2v1zm-.934-5.353L6.449 18 3 15.979 9.065 5.625l3.45 2.022zm-7.643 7.111l1.726 1.012.506-.862-1.725-1.012-.507.862zm1.517-2.588l1.725 1.011.506-.862-1.726-1.012-.505.863z"/>
|
|
</svg>
|