mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +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
724 B
XML
1 line
724 B
XML
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#e7beba" d="M2.112 0C.117 0 0 1.932 0 1.994V16h13.888C15.883 16 16 14.068 16 14.006V0H2.112zm.426 4.89s.726.726 2.295.726l2.233-.726c0 1.026-1.027 1.81-2.295 1.81s-2.23-.782-2.23-1.81zm8.935 6.517c-.543.3-1.148.542-1.81.726-.544.12-1.15.18-1.754.18-.73 0-1.39-.122-2.056-.3-.605-.18-1.206-.422-1.69-.727-.3-.18-.42-.605-.18-.905.18-.3.606-.42.907-.176.364.242.848.42 1.328.542 1.026.3 2.173.3 3.2.058a5.11 5.11 0 0 0 1.45-.542c.3-.18.724-.057.904.243.125.305.004.726-.3.905zM11.415 6.7c-1.27 0-2.295-.846-2.295-1.81 0 0 .726.726 2.295.726l2.233-.726c.063 1.026-.964 1.81-2.233 1.81z"/></svg> |