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
307 B
XML
1 line
307 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" fill-rule="evenodd" d="M12 13.25a3.25 3.25 0 1 1 0-6.5 3.25 3.25 0 0 1 0 6.5M12 2c-4.418 0-8 3-8 8 0 2.52 2 5 3 6s5 6 5 6 4-5 5-6 3-3.48 3-6c0-5-3.582-8-8-8"/></svg> |