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
6 lines
331 B
XML
6 lines
331 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 id="fore-reference" d="M17 5v17H5c-1 0-2-1-2-2V5h14zM5 19c0 1 1 1 1 1h8V7h-2v6l-2-2-2 2V7H5v12z"/>
|
|
<path id="back-reference" d="M19 18h.3c1.5 0 2.7-1.2 2.7-2.7V1.8h-3V18zm3-17H6v2h16z"/>
|
|
</svg>
|