mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 11:13:34 +00:00
871cee64ae
Align with Wikimedia Foundation SVG coding convention. Bug: T179361 Bug: T244439 Change-Id: Ief272a4fc7a35ee2044046f262aec2ec454683d1
14 lines
541 B
XML
14 lines
541 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 20 20">
|
|
<title>
|
|
settings
|
|
</title>
|
|
<g transform="translate(10 10)">
|
|
<path id="a" d="M1.5-10h-3l-1 6.5h5m0 7h-5l1 6.5h3"/>
|
|
<use transform="rotate(45)" xlink:href="#a"/>
|
|
<use transform="rotate(90)" xlink:href="#a"/>
|
|
<use transform="rotate(135)" xlink:href="#a"/>
|
|
</g>
|
|
<path d="M10 2.5a7.5 7.5 0 0 0 0 15 7.5 7.5 0 0 0 0-15v4a3.5 3.5 0 0 1 0 7 3.5 3.5 0 0 1 0-7"/>
|
|
</svg>
|