mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-05 03:08:52 +00:00
14 lines
552 B
XML
14 lines
552 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 xlink:href="#a" transform="rotate(45)"/>
|
|
<use xlink:href="#a" transform="rotate(90)"/>
|
|
<use xlink:href="#a" transform="rotate(135)"/>
|
|
</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>
|