mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2025-01-22 10:36:20 +00:00
e480bfa2b5
- Add appearance.svg file and classes - Update the icon name in php - Update icon name in test data and Snapshot To test: change return value of isClientPreferencesPinned() from SkinVector22 PHP Class to false Bug: T351142 Change-Id: If61f3019430be3cb9c926b09bc397e27d8e636f2
8 lines
543 B
XML
8 lines
543 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>
|
|
appearance
|
|
</title>
|
|
<path fill-rule="evenodd" d="M5.25 14.5a4.25 4.25 0 0 0 4.247-4.092c.3-.21.706-.21 1.006 0a4.25 4.25 0 0 0 8.431.59L19 11a1 1 0 1 0-.182-1.984 4.252 4.252 0 0 0-7.896-.615 2.895 2.895 0 0 0-1.844 0 4.25 4.25 0 0 0-7.896.615 1 1 0 1 0-.116 1.981A4.251 4.251 0 0 0 5.25 14.5Zm0-2a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5ZM17 10.25a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z"/>
|
|
</svg>
|