mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 11:13:34 +00:00
8497d6d259
Align SVG markup across Foundation products by: - unifying XML declaration, - adding `width` and `height` attributes where missing, - removing all unnecessary `g` group elements where applicable, - putting attributes in order, - removing unnecessary ids and - unifying whitespace. Bug: T178867 Change-Id: I6860c9259553e0e41f7656f9e98534db8e02bbc2
1 line
378 B
XML
1 line
378 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="#d33" fill-rule="evenodd" d="M13 3h-2v10h2V3zm4.835 2.165L16.42 6.58A6.985 6.985 0 0 1 19 12c0 3.865-3.135 7-7 7s-7-3.135-7-7c0-2.19 1.01-4.135 2.58-5.42L6.165 5.165C4.235 6.815 3 9.26 3 12a9 9 0 0 0 18 0c0-2.74-1.235-5.185-3.165-6.835z"/></svg> |