mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 03:08:12 +00:00
79bb67027c
Unifying XML declaration for markup parity and to align to SVG coding conventions. Also manually optimizing several others. Change-Id: I5dc71dc3cea6dde054d3e60ca3337e20ed661568
8 lines
267 B
XML
8 lines
267 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
<title>
|
|
table of contents
|
|
</title>
|
|
<path d="M1 3h18v2H1V3zm0 14h18v-2H1v2zm4-6h14V9H5v2z" fill-rule="evenodd" clip-rule="evenodd"/>
|
|
</svg>
|