move devtools to separate directory, make HTML-based inspector work
[themes.git] / LCARStrek / browser / devtools / power.svg
diff --git a/LCARStrek/browser/devtools/power.svg b/LCARStrek/browser/devtools/power.svg
deleted file mode 100644 (file)
index 056268e..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0"?>
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-<svg xmlns="http://www.w3.org/2000/svg"
-     xmlns:xlink="http://www.w3.org/1999/xlink"
-     width="16px" height="16px">
-<style>
-use:not(:target) {
-  display: none;
-}
-
-use {
-  fill: #FFCF00;
-  stroke: #FFCF00;
-}
-
-use[id$="-disabled"] {
-  fill: #8050B0;
-}
-
-use[id$="-active"] {
-  fill: #000000;
-}
-</style>
-<defs>
-  <path id="power-shape" stroke-width="0"
-        d="m10.89891,2.50043c-0.49827,-0.24134 -1.09841,-0.03411 -1.34129,0.46514c-0.24185,0.49928 -0.03311,1.09942 0.46517,1.34128c1.56306,0.76071 2.64193,2.36094  2.64092,4.21555c-0.00501,2.58626 -2.09749,4.6787 -4.68322,4.68321c-2.58623,-0.005 -4.67869,-2.09746 -4.68371,-4.68321c-0.001,-1.85561 1.07834,-3.45731 2.64294,-4.21654c0.49928,-0.24185 0.7065,-0.84201 0.46514,-1.34129c-0.24185,-0.49825 -0.84098,-0.70697 -1.34029,-0.46513c-2.23396,1.08135 -3.77446,3.37351 -3.77545,6.02296c0.00099,3.69518 2.99518,6.68989 6.69138,6.69088c3.6957,-0.00099 6.69037,-2.9957 6.69089,-6.69088c-0.00102,-2.64846 -1.53948,-4.9391 -3.77247,-6.02197zm-2.91842,4.9346c0.55398,0 1.00309,-0.44861 1.00309,-1.00357l0,-4.68373c0,-0.55446 -0.44911,-1.00309 -1.00309,-1.00309c-0.555,0 -1.00358,0.44911 -1.00358,1.00309l0,4.68321c0,0.55499 0.44858,1.00409 1.00358,1.00409z"/>
-</defs>
-<use id="power"              xlink:href="#power-shape"/>
-<use id="power-disabled"     xlink:href="#power-shape"/>
-<use id="power-active"       xlink:href="#power-shape"/>
-</svg>