some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / global / media / muteButton.svg
CommitLineData
1c129f50
RK
1<?xml version="1.0" encoding="utf-8"?>
2<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18px" height="18px" viewBox="0 0 18 18">
3 <style>
4 use:not(:target) {
5 display: none;
6 }
7 use {
8 fill: #000000;
9 }
10 use[id$="-hover"] {
11 fill: #000000;
12 }
13 use[id$="-active"] {
14 fill: #000000;
15 }
16 use[id$="-focus"] {
17 fill: #000000;
18 }
19 use[id$="-disabled"] {
20 fill: #8050B0;
21 }
22 </style>
23 <symbol id="unmute-shape">
24 <path d="M3.52,5.367c-1.332,0-2.422,1.09-2.422,2.422v2.422c0,1.332,1.09,2.422,2.422,2.422h1.516l4.102,3.633
25 V1.735L5.035,5.367H3.52z M12.059,9c0-0.727-0.484-1.211-1.211-1.211v2.422C11.574,10.211,12.059,9.727,12.059,9z M14.48,9
26 c0-1.695-1.211-3.148-2.785-3.512l-0.363,1.09C12.422,6.82,13.27,7.789,13.27,9c0,1.211-0.848,2.18-1.938,2.422l0.484,1.09
27 C13.27,12.148,14.48,10.695,14.48,9z M12.543,3.188l-0.484,1.09C14.238,4.883,15.691,6.82,15.691,9c0,2.18-1.453,4.117-3.512,4.601
28 l0.484,1.09c2.422-0.605,4.238-2.906,4.238-5.691C16.902,6.215,15.086,3.914,12.543,3.188z"/>
29 </symbol>
30 <symbol id="mute-shape">
31 <path d="M3.52,5.367c-1.332,0-2.422,1.09-2.422,2.422v2.422c0,1.332,1.09,2.422,2.422,2.422h1.516l4.102,3.633
32 V1.735L5.035,5.367H3.52z"/>
33 <path fill-rule="evenodd" clip-rule="evenodd" d="M12.155,12.066l-1.138-1.138l4.872-4.872l1.138,1.138
34 L12.155,12.066z"/>
35 <path fill-rule="evenodd" clip-rule="evenodd" d="M10.998,7.204l1.138-1.138l4.872,4.872l-1.138,1.138L10.998,7.204
36 z"/>
37 </symbol>
38 <symbol id="noaudio-shape">
39 <path d="M14.901,3.571l-4.412,3.422V1.919L6.286,5.46H4.869c-1.298,0-2.36,1.062-2.36,2.36v2.36
40 c0,1.062,0.708,1.888,1.652,2.242l-2.242,1.77l1.18,1.416L16.081,4.987L14.901,3.571z M10.489,16.081V11.36l-2.669,2.36
41 L10.489,16.081z"/>
42 </symbol>
43 <use id="unmute" xlink:href="#unmute-shape"/>
44 <use id="unmute-hover" xlink:href="#unmute-shape"/>
45 <use id="unmute-active" xlink:href="#unmute-shape"/>
46 <use id="unmute-focus" xlink:href="#unmute-shape"/>
47 <use id="unmute-disabled" xlink:href="#unmute-shape"/>
48
49 <use id="mute" xlink:href="#mute-shape"/>
50 <use id="mute-hover" xlink:href="#mute-shape"/>
51 <use id="mute-active" xlink:href="#mute-shape"/>
52 <use id="mute-focus" xlink:href="#mute-shape"/>
53 <use id="mute-disabled" xlink:href="#mute-shape"/>
54
55 <use id="noaudio" xlink:href="#noaudio-shape"/>
56</svg>