mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-12-03 20:06:17 +00:00
2c114d099b
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 Change-Id: I5c49e976750a79e2e0fee389d1c8571faddfdf0e
7 lines
233 B
XML
7 lines
233 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">
|
|
<g id="block-rtl">
|
|
<path d="M19 6h-1v5h1zm-2 1H9v3h8zm2 6h-1v5h1zm-2 1H6v3h11z"/>
|
|
</g>
|
|
</svg>
|