Aligning SVGs to WikimediaUI color palette, optimizing by help of SVGO and align markup to each other, among changes: - unifying XML declaration - removing `standalone=no` as it's default - adding `viewBox` attribute for cross-browser compatibility - removing unnecessary groups and ids where applicable - unifying identation - bringing attributes in order Bug: T178867 Change-Id: Ie7803dd904cee14fa401331e082982794dc0a225
5 lines
229 B
XML
5 lines
229 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 fill="#54595d" d="M7 13.1l8.9 8.9c.8-.8.8-2 0-2.8l-6.1-6.1 6-6.1c.8-.8.8-2 0-2.8L7 13.1z"/>
|
|
</svg>
|