sync both themes with toolkit windows theme changes in Mozilla 42-44 cycles
[themes.git] / LCARStrek / mozapps / extensions / utilities.svg
CommitLineData
e6947267 1<?xml version="1.0" encoding="utf-8"?>
ed351b91
RK
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/. -->
5<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
e6947267
RK
6 <style>
7 use:not(:target) {
8 display: none;
9 }
10 use {
11 fill: #FF9F00;
12 }
13 use[id$="-hover"] {
14 fill: #000000;
15 }
16 use[id$="-native"] {
17 fill: GrayText;
18 }
d471380e
RK
19 use[id$="-grayscale"] {
20 fill: #A09090;
21 }
22 use[id$="-inverted"] {
23 fill: #000000;
24 }
e6947267 25 </style>
ed351b91 26 <defs>
e6947267
RK
27 <path id="utilities-shape" d="m11.5,13.9l-.6-1.5c.3-.2 .5-.4 .8-.6 .2-.2 .4-.5 .6-.7l1.5,.6c.3,.1 .6,0 .7-.3l.4-1c.1-.3 0-.6-.3-.7l-1.5-.6c.1-.6 .1-1.3 0-2l1.5-.6c.3-.1 .4-.4 .3-.7l-.4-1c-.1-.3-.4-.4-.7-.3l-1.5,.6c-.2-.3-.4-.5-.6-.8-.2-.1-.5-.3-.7-.5l.6-1.5c.1-.3 0-.6-.3-.7l-.9-.4c-.3-.1-.6,0-.7,.3l-.6,1.5c-.6-.1-1.3-.1-2,0l-.6-1.5c-.1-.3-.4-.4-.7-.3l-1,.4c-.2,.1-.3,.4-.2,.6l.6,1.5c-.3,.3-.5,.5-.8,.7-.2,.3-.4,.5-.6,.8l-1.5-.7c-.3-.1-.6,0-.7,.3l-.4,.9c-.1,.3 0,.6 .3,.7l1.5,.7c-.1,.6-.1,1.3 0,1.9l-1.5,.6c-.3,.1-.4,.4-.3,.7l.4,1c.1,.3 .4,.4 .7,.3l1.5-.6c.2,.3 .4,.5 .6,.8 .2,.2 .5,.4 .7,.6l-.6,1.5c-.1,.3 0,.6 .3,.7l1,.4c.3,.1 .6,0 .7-.3l.6-1.5c.6,.1 1.3,.1 2,0l.6,1.5c.1,.3 .4,.4 .7,.3l1-.4c.1-.1 .3-.4 .1-.7zm-5.1-4.2c-.9-.9-.9-2.4 0-3.3 .9-.9 2.4-.9 3.3,0 .9,.9 .9,2.4 0,3.3-.9,.9-2.4,.9-3.3,0z"/>
28 </defs>
29 <use id="utilities" xlink:href="#utilities-shape"/>
5d891ecf 30 <use id="utilities-hover" xlink:href="#utilities-shape"/>
e6947267 31 <use id="utilities-native" xlink:href="#utilities-shape"/>
d471380e
RK
32 <use id="utilities-grayscale" xlink:href="#utilities-shape"/>
33 <use id="utilities-inverted" xlink:href="#utilities-shape"/>
e6947267 34</svg>