mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +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
318 B
XML
8 lines
318 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10">
|
|
<g>
|
|
<path d="M8.9 8.9H1.1V1.1h2.8V0H1.1C.5 0 0 .5 0 1.1v7.8C0 9.5.5 10 1.1 10h7.8c.6 0 1.1-.5 1.1-1.1V6.1H8.9v2.8z"/>
|
|
<path d="M10 0H5.6l1.8 1.8L4.2 5l.8.8 3.2-3.2L10 4.4V0z"/>
|
|
</g>
|
|
</svg>
|