complete move of devtools images into images/
[themes.git] / LCARStrek / devtools / images / security-state-insecure.svg
CommitLineData
d0a8de80
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/. -->
5<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
6 width="16" height="16" viewBox="0 0 16 16">
7 <style>
8 .icon-default {
9 fill: #008484;
10 }
11 </style>
12
13 <defs>
14 <rect id="shape-lock-clasp-outer" x="4" y="2" width="8" height="10" rx="4" ry="4" />
15 <rect id="shape-lock-clasp-inner" x="6" y="4" width="4" height="6" rx="2" ry="2" />
16 <rect id="shape-lock-base" x="3" y="7" width="10" height="7" rx="1" ry="1" />
17
18 <mask id="mask-clasp-cutout">
19 <rect width="16" height="16" fill="#000" />
20 <use xlink:href="#shape-lock-clasp-outer" fill="#fff" />
21 <use xlink:href="#shape-lock-clasp-inner" fill="#000" />
22 <line x1="2" y1="13" x2="14" y2="1.5" stroke="#000" stroke-width="2" />
23 <line x1="2" y1="15" x2="14" y2="3.5" stroke="#000" stroke-width="2" />
24 <rect x="3" y="7" width="10" height="7" rx="1" ry="1" fill="#000" />
25 </mask>
26
27 <mask id="mask-base-cutout">
28 <rect width="16" height="16" fill="#000" />
29 <use xlink:href="#shape-lock-base" fill="#fff" />
30 <line x1="2" y1="14.8" x2="14" y2="3.2" stroke="#000" stroke-width="1.8" />
31 </mask>
32 </defs>
33
34 <use xlink:href="#shape-lock-clasp-outer" mask="url(#mask-clasp-cutout)" class="icon-default" />
35 <use xlink:href="#shape-lock-base" mask="url(#mask-base-cutout)" class="icon-default" />
36
37 <line x1="2" y1="14.1" x2="14" y2="2.5" stroke="#FF0000" stroke-width="1.8" />
38</svg>