Commit | Line | Data |
---|---|---|
2b5a5147 | 1 | <?xml version="1.0" encoding="utf-8"?> |
5497455b 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="288" height="32" viewBox="0 0 288 32"> | |
2b5a5147 | 6 | <defs> |
5497455b | 7 | <style> |
2b5a5147 | 8 | /* Glyph Styles */ |
2b5a5147 RK |
9 | .glyphShape-style { |
10 | fill: #FFCF00; | |
11 | } | |
2b5a5147 | 12 | .glyphShape-style-pin { |
482e8162 | 13 | fill: #000000; |
2b5a5147 | 14 | } |
2b5a5147 RK |
15 | .glyphShape-style-hover-gear { |
16 | fill: #000000; | |
17 | } | |
2b5a5147 RK |
18 | .glyphShape-style-hover-pin { |
19 | fill: #000000; | |
20 | } | |
2b5a5147 RK |
21 | .glyphShape-style-hover-delete { |
22 | fill: #FF0000; | |
23 | } | |
2b5a5147 RK |
24 | .glyphShape-style-hover-active { |
25 | fill: #000000; | |
26 | } | |
2b5a5147 | 27 | /* Circle Background Styles */ |
2b5a5147 RK |
28 | .glyphShape-style-circle { |
29 | fill: #000000; | |
30 | } | |
31 | .glyphShape-style-circle-hover { | |
32 | fill: #FFCF00; | |
33 | } | |
34 | .glyphShape-style-circle-active { | |
35 | fill: #FF9F00; | |
36 | } | |
2b5a5147 RK |
37 | .glyphShape-style-circle-dropshadow { |
38 | fill: #A09090; | |
39 | fill-opacity: .5; | |
40 | filter: url(#filter-shadow-drop); | |
41 | } | |
5497455b | 42 | </style> |
2b5a5147 | 43 | <filter id="filter-shadow-drop" x="-10%" y="-10%" width="120%" height="120%"> |
5497455b | 44 | <feOffset in="SourceAlpha" dx="0" dy=".75" result="filter-shadow-drop-offset"/> |
2b5a5147 RK |
45 | <feGaussianBlur in="filter-shadow-drop-offset" stdDeviation="1" result="filter-shadow-drop-blur"/> |
46 | </filter> | |
5497455b RK |
47 | <path id="glyphShape-gear" d="M28,16c0-1.7,0.9-3.1,2-3.3c-0.4-1.5-0.9-2.9-1.7-4.2c-0.9,0.7-2.6,0.3-3.8-0.9c-1.2-1.2-1.6-2.8-0.9-3.8 c-1.3-0.8-2.7-1.4-4.2-1.7c-0.2,1.1-1.6,2-3.3,2S13,3.1,12.8,2c-1.5,0.4-2.9,0.9-4.2,1.7c0.7,0.9,0.3,2.6-0.9,3.8 c-1.4,1.1-3,1.5-4,0.9C2.9,9.7,2.4,11.2,2,12.7c1.1,0.2,2,1.6,2,3.3s-0.9,3.1-2,3.3c0.4,1.5,0.9,2.9,1.7,4.2 c0.9-0.7,2.6-0.3,3.8,0.9c1.2,1.2,1.6,2.8,0.9,3.8c1.3,0.8,2.7,1.4,4.2,1.7c0.2-1.1,1.6-2,3.3-2s3.1,0.9,3.3,2 c1.5-0.4,2.9-0.9,4.2-1.7c-0.7-0.9-0.3-2.6,0.9-3.8c1.3-1.2,2.8-1.6,3.8-0.9c0.8-1.3,1.4-2.7,1.7-4.2C28.9,19.1,28,17.7,28,16z M16,24c-4.4,0-8-3.6-8-8s3.6-8,8-8s8,3.6,8,8S20.4,24,16,24z"/> |
48 | <circle id="glyphShape-circle" cx="16" cy="16" r="14"/> | |
49 | <path id="glyphShape-pin" d="M19,15v-5h2V7H11v3h2v5l-3,2v2h5c0,4.5,0.4,8,1,8s1-3.5,1-8h5v-2L19,15z"/> | |
50 | <polygon id="glyphShape-delete" points="23,11 21,9 16,14 11,9 9,11 14,16 9,21 11,23 16,18 21,23 23,21 18,16"/> | |
2b5a5147 | 51 | </defs> |
2b5a5147 | 52 | <g id="icon-gear-default"> |
5497455b | 53 | <use xlink:href="#glyphShape-gear" class="glyphShape-style"/> |
2b5a5147 | 54 | </g> |
2b5a5147 | 55 | <g id="icon-gear-default" transform="translate(32)"> |
5497455b | 56 | <use xlink:href="#glyphShape-gear" class="glyphShape-style-hover-gear"/> |
2b5a5147 | 57 | </g> |
2b5a5147 | 58 | <g id="icon-pin-default" transform="translate(64)"> |
5497455b RK |
59 | <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-dropshadow"/> |
60 | <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle"/> | |
61 | <use xlink:href="#glyphShape-pin" class="glyphShape-style"/> | |
2b5a5147 | 62 | </g> |
2b5a5147 | 63 | <g id="icon-pin-hover" transform="translate(96)"> |
5497455b RK |
64 | <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-dropshadow"/> |
65 | <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-hover"/> | |
66 | <use xlink:href="#glyphShape-pin" class="glyphShape-style-hover-pin"/> | |
2b5a5147 | 67 | </g> |
2b5a5147 | 68 | <g id="icon-pin-hover-active" transform="translate(128)"> |
5497455b RK |
69 | <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-dropshadow"/> |
70 | <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-active"/> | |
71 | <use xlink:href="#glyphShape-pin" class="glyphShape-style-hover-active"/> | |
2b5a5147 | 72 | </g> |
2b5a5147 | 73 | <g id="icon-delete-default" transform="translate(160)"> |
5497455b RK |
74 | <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-dropshadow"/> |
75 | <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle"/> | |
76 | <use xlink:href="#glyphShape-delete" class="glyphShape-style"/> | |
2b5a5147 | 77 | </g> |
2b5a5147 | 78 | <g id="icon-delete-hover" transform="translate(192)"> |
5497455b RK |
79 | <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-dropshadow"/> |
80 | <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-hover"/> | |
81 | <use xlink:href="#glyphShape-delete" class="glyphShape-style-hover-delete"/> | |
2b5a5147 | 82 | </g> |
2b5a5147 | 83 | <g id="icon-delete-hover-active" transform="translate(224)"> |
5497455b RK |
84 | <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-dropshadow"/> |
85 | <use xlink:href="#glyphShape-circle" class="glyphShape-style-circle-active"/> | |
86 | <use xlink:href="#glyphShape-delete" class="glyphShape-style-hover-active"/> | |
2b5a5147 | 87 | </g> |
2b5a5147 | 88 | <g id="icon-pin-default" transform="translate(256)"> |
5497455b | 89 | <use xlink:href="#glyphShape-pin" class="glyphShape-style-pin"/> |
2b5a5147 | 90 | </g> |
2b5a5147 | 91 | </svg> |