mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +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
500 B
XML
1 line
500 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="M13.424 3a8.565 8.565 0 0 0-8.567 8.571H2l3.71 3.71.066.138 3.843-3.848H6.762a6.668 6.668 0 0 1 13.333 0 6.668 6.668 0 0 1-6.666 6.667 6.64 6.64 0 0 1-4.71-1.957l-1.348 1.348a8.517 8.517 0 0 0 6.053 2.514A8.573 8.573 0 0 0 22 11.571C22 6.838 18.162 3 13.424 3zm-.948 4.762v4.762l4.076 2.419.686-1.157-3.333-1.976V7.762h-1.429z"/></svg> |