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
6 lines
262 B
XML
6 lines
262 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">
|
|
<path d="M3.636 2.222l14.142 14.142-1.414 1.414L2.222 3.636z"/>
|
|
<path d="M17.778 3.636L3.636 17.778l-1.414-1.414L16.364 2.222z"/>
|
|
</svg>
|