mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-16 19:41:45 +00:00
2b446d7bca
Align SVG markup across Foundation products by - unifying XML declaration, - removing unnecessary groups and ids where applicable and - unifying whitespace. Bug: T178867 Change-Id: I8df6cb46d85a972b9f4319565dca89fd31629cf7
5 lines
226 B
XML
5 lines
226 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
<path d="M19 4v17h-12c-1 0-2-1-2-2v-15h14zm-12 14c0 1 1 1 1 1h8v-13h-2v6l-2-2-2 2v-6h-3v12z"/>
|
|
</svg>
|