second part of syncing LCARStrek with Firefox 41 windows theme changes
[themes.git] / LCARStrek / browser / social / chat-icons.svg
CommitLineData
8837ac2c
RK
1<?xml version="1.0"?>
2<!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5497455b
RK
5<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-3 -3 16 16">
6 <style>
7 use:not(:target) {
8 display: none;
9 }
10 use {
11 fill: #FFCF00;
12 }
13 use[id$="-active"] {
14 fill: #000000;
15 }
16 use[id$="-disabled"] {
17 fill: #8050B0;
18 }
19 </style>
20 <defs>
21 <polygon id="close-shape" points="10,1.717 8.336,0.049 5.024,3.369 1.663,0 0,1.668 3.36,5.037 0.098,8.307 1.762,9.975 5.025,6.705 8.311,10 9.975,8.332 6.688,5.037"/>
22 <path id="dropdown-shape" fill-rule="evenodd" d="M9,3L4.984,7L1,3H9z"/>
23 <polygon id="expand-shape" points="10,0 4.838,0 6.506,1.669 0,8.175 1.825,10 8.331,3.494 10,5.162"/>
24 <rect id="minimize-shape" y="3.6" width="10" height="2.8"/>
25 </defs>
26 <use id="close" xlink:href="#close-shape"/>
27 <use id="close-active" xlink:href="#close-shape"/>
28 <use id="close-disabled" xlink:href="#close-shape"/>
29 <use id="expand" xlink:href="#expand-shape"/>
30 <use id="expand-active" xlink:href="#expand-shape"/>
31 <use id="expand-disabled" xlink:href="#expand-shape"/>
32 <use id="minimize" xlink:href="#minimize-shape"/>
33 <use id="minimize-active" xlink:href="#minimize-shape"/>
34 <use id="minimize-disabled" xlink:href="#minimize-shape"/>
8837ac2c 35</svg>