mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-18 05:01:25 +00:00
7bbad93bc4
- Reducing precision to 1 decimal point (no visible change), - adding `title` tags where useful, - reducing paths, - removing unnecessary `g` elements and - lowercasing hex colors Change-Id: I77ee08fbdb54d529f34576b076def985407b3bc2
8 lines
253 B
XML
8 lines
253 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">
|
|
<title>
|
|
chevron
|
|
</title>
|
|
<path d="M11 2L9.7 3.3l6.6 6.7-6.6 6.7L11 18l8-8zM2.5 2L1 3.3 7.8 10l-6.7 6.7L2.5 18l8-8z"/>
|
|
</svg>
|