Commit | Line | Data |
---|---|---|
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: #6666CC; | |
12 | } | |
13 | use[id$="-native"] { | |
14 | fill: GrayText; | |
15 | } | |
d471380e RK |
16 | use[id$="-grayscale"] { |
17 | fill: #808080; | |
18 | } | |
19 | use[id$="-inverted"] { | |
20 | fill: #000000; | |
21 | } | |
e6947267 | 22 | </style> |
ed351b91 | 23 | <defs> |
e6947267 RK |
24 | <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"/> |
25 | </defs> | |
26 | <use id="utilities" xlink:href="#utilities-shape"/> | |
f0a62060 | 27 | <use id="utilities-hover" xlink:href="#utilities-shape"/> |
e6947267 | 28 | <use id="utilities-native" xlink:href="#utilities-shape"/> |
d471380e RK |
29 | <use id="utilities-grayscale" xlink:href="#utilities-shape"/> |
30 | <use id="utilities-inverted" xlink:href="#utilities-shape"/> | |
e6947267 | 31 | </svg> |