complete move of devtools images into images/
[themes.git] / LCARStrek / devtools / images / breakpoint.svg
CommitLineData
d0a8de80
RK
1<!-- This Source Code Form is subject to the terms of the Mozilla Public
2 - License, v. 2.0. If a copy of the MPL was not distributed with this
3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4<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">
5 <defs>
6 <style>
7 use:not(:target) {
8 display: none;
9 }
10 #light {
11 fill: #008484;
12 }
13 #light-hover {
14 fill: #FFCF00;
15 }
16 #light-active {
17 fill: #FF9F00;
18 }
19 #light-conditional {
20 fill: #E7ADE7;
21 }
22 #dark {
23 fill: #008484;
24 }
25 #dark-hover {
26 fill: #FFCF00;
27 }
28 #dark-active {
29 fill: #FF9F00;
30 }
31 #dark-conditional {
32 fill: #E7ADE7;
33 }
34 </style>
35 <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"/>
36 </defs>
37 <use xlink:href="#base-path" id="light"/>
38 <use xlink:href="#base-path" id="light-hover"/>
39 <use xlink:href="#base-path" id="light-active"/>
40 <use xlink:href="#base-path" id="light-conditional"/>
41 <use xlink:href="#base-path" id="dark"/>
42 <use xlink:href="#base-path" id="dark-hover"/>
43 <use xlink:href="#base-path" id="dark-active"/>
44 <use xlink:href="#base-path" id="dark-conditional"/>
45</svg>