some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / browser / controlcenter / permissions.svg
CommitLineData
470b6552
RK
1<?xml version="1.0" encoding="utf-8"?>
2<!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
d23bf94a
RK
5<svg xmlns="http://www.w3.org/2000/svg"
6 width="24" height="24" viewBox="0 0 24 24">
7<style>
8.fieldtext {
9 fill: #FF9F00;
10}
11
12.highlighttext {
13 fill: #FFCF00;
14}
15
16.black {
17 fill: #FFCF00;
18}
19
20.white {
21 fill: #FFCF00;
22}
23</style>
24
25 <defs>
26 <mask id="mask-permissions">
27 <path fill="#fff" d="M2,1h20c1.1,0,2,0.9,2,2v18c0,1.1-0.9,2-2,2H2c-1.1,0-2-0.9-2-2V3 C0,1.9,0.9,1,2,1z"/>
28 <path fill="#000" d="M12,3h9c0.6,0,1,0.4,1,1v16c0,0.6-0.4,1-1,1h-9V3z"/>
29 <path fill="#000" d="M5.5,12.5l2.7-3.7C8.4,8.5,8.8,8.5,9,8.7l0.7,0.5 c0.2,0.2,0.2,0.5,0,0.7L5.8,15c-0.2,0.2-0.5,0.3-0.8,0.1l-2.2-2.2c-0.2-0.2-0.2-0.5,0-0.7l0.8-0.8c0.2-0.2,0.5-0.2,0.7,0L5.5,12.5z" />
30 <rect x="16.3" y="8.5" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -3.5061 15.5355)" fill="#fff" width="1.4" height="7.1"/>
31 <rect x="16.3" y="8.5" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 20.5355 32.5061)" fill="#fff" width="1.4" height="7.1"/>
32 </mask>
33 </defs>
34
35 <rect class="fieldtext" id="permissions" width="24" height="24" mask="url(#mask-permissions)"/>
470b6552 36</svg>