make newTab and inspector tool work well from 40 up to 43 nightly
[themes.git] / LCARStrek / browser / devtools / add.svg
diff --git a/LCARStrek/browser/devtools/add.svg b/LCARStrek/browser/devtools/add.svg
new file mode 100644 (file)
index 0000000..a9c169c
--- /dev/null
@@ -0,0 +1,18 @@
+<!-- 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 width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+  <defs>
+    <style>
+      use[id^="add"]:not(:target) {
+        display: none;
+      }
+    </style>
+    <g id="add-shape" fill="currentColor">
+      <rect x="3" y="7" width="10" height="2" />
+      <rect x="7" y="3" width="2" height="10" />
+    </g>
+  </defs>
+  <use xlink:href="#add-shape" id="add" color="#FFCF00"/>
+  <use xlink:href="#add-shape" id="add-checked" color="#000000"/>
+</svg>
\ No newline at end of file