mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-16 11:29:55 +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
7 lines
297 B
XML
7 lines
297 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="journal" d="M19 4v17H7c-1 0-2-1-2-2V4h14zM7 18c0 1 1 1 1 1h8V6H7v12z"/>
|
|
<path id="text1" d="M14 9H9v2h5z"/>
|
|
<path id="text2" d="M14 12H9v2h5z"/>
|
|
</svg>
|