summaryrefslogtreecommitdiffstats
path: root/devtools/client/themes/images/breakpoint.svg
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /devtools/client/themes/images/breakpoint.svg
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'devtools/client/themes/images/breakpoint.svg')
-rw-r--r--devtools/client/themes/images/breakpoint.svg45
1 files changed, 45 insertions, 0 deletions
diff --git a/devtools/client/themes/images/breakpoint.svg b/devtools/client/themes/images/breakpoint.svg
new file mode 100644
index 000000000..9be328b83
--- /dev/null
+++ b/devtools/client/themes/images/breakpoint.svg
@@ -0,0 +1,45 @@
+<!-- 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="33" height="12" viewBox="0 0 33 12">
+ <defs>
+ <style>
+ use:not(:target) {
+ display: none;
+ }
+ #light {
+ fill: #46afe3;
+ }
+ #light-hover {
+ fill: #9aa6b3;
+ }
+ #light-active {
+ fill: #2cbb0f;
+ }
+ #light-conditional {
+ fill: #d97e00;
+ }
+ #dark {
+ fill: #46afe3;
+ }
+ #dark-hover {
+ fill: #3d454d;
+ }
+ #dark-active {
+ fill: #70bf53;
+ }
+ #dark-conditional {
+ fill: #d89b28;
+ }
+ </style>
+ <path id="base-path" d="M27.1,0H1C0.4,0,0,0.4,0,1v10c0,0.6,0.4,1,1,1h26.1 c0.6,0,1.2-0.3,1.5-0.7L33,6l-4.4-5.3C28.2,0.3,27.7,0,27.1,0z"/>
+ </defs>
+ <use xlink:href="#base-path" id="light"/>
+ <use xlink:href="#base-path" id="light-hover"/>
+ <use xlink:href="#base-path" id="light-active"/>
+ <use xlink:href="#base-path" id="light-conditional"/>
+ <use xlink:href="#base-path" id="dark"/>
+ <use xlink:href="#base-path" id="dark-hover"/>
+ <use xlink:href="#base-path" id="dark-active"/>
+ <use xlink:href="#base-path" id="dark-conditional"/>
+</svg>