make networking pane work nicely in current nightlies (not completely sure if we...
[themes.git] / LCARStrek / browser / controlcenter / mcb-disabled.svg
... / ...
CommitLineData
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/. -->
5<svg xmlns="http://www.w3.org/2000/svg"
6 xmlns:xlink="http://www.w3.org/1999/xlink"
7 width="24" height="24" viewBox="0 0 24 24">
8 <defs>
9 <rect id="shape-lock-clasp-outer" x="5" y="1" width="14" height="20" rx="7" ry="7" />
10 <rect id="shape-lock-clasp-inner" x="8" y="4" width="8" height="14" rx="4" ry="4" />
11 <rect id="shape-lock-base" x="3" y="10" width="18" height="13" rx="1.5" ry="1.5" />
12
13 <mask id="mask-clasp-cutout">
14 <rect width="24" height="24" fill="#000" />
15 <use xlink:href="#shape-lock-clasp-outer" fill="#fff" />
16 <use xlink:href="#shape-lock-clasp-inner" fill="#000" />
17 <line x1="3" y1="21" x2="21.5" y2="0.5" stroke="#000" stroke-width="3" />
18 <line x1="3" y1="25" x2="21.5" y2="4.5" stroke="#000" stroke-width="3" />
19 <rect x="3" y="10" width="18" height="13" rx="1.5" ry="1.5" />
20 </mask>
21
22 <mask id="mask-base-cutout">
23 <rect width="24" height="24" fill="#000" />
24 <use xlink:href="#shape-lock-base" fill="#fff" />
25 <line x1="2.25" y1="24.75" x2="21.5" y2="4.5" stroke="#000" stroke-width="3" />
26 </mask>
27 </defs>
28
29 <use xlink:href="#shape-lock-clasp-outer" mask="url(#mask-clasp-cutout)" fill="#A09090" />
30 <use xlink:href="#shape-lock-base" mask="url(#mask-base-cutout)" fill="#A09090" />
31
32 <line x1="2.25" y1="22.75" x2="21.5" y2="2.5" stroke="#FF0000" stroke-width="3" />
33</svg>