| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 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"> |
| 6 | <defs> |
| 7 | <style> |
| 8 | /* Glyph Styles */ |
| 9 | .glyphShape-style { |
| 10 | fill: #FFCF00; |
| 11 | } |
| 12 | .glyphShape-style-pin { |
| 13 | fill: #000000; |
| 14 | } |
| 15 | .glyphShape-style-hover-gear { |
| 16 | fill: #000000; |
| 17 | } |
| 18 | .glyphShape-style-hover-pin { |
| 19 | fill: #000000; |
| 20 | } |
| 21 | .glyphShape-style-hover-delete { |
| 22 | fill: #FF0000; |
| 23 | } |
| 24 | .glyphShape-style-hover-active { |
| 25 | fill: #000000; |
| 26 | } |
| 27 | /* Circle Background Styles */ |
| 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 | } |
| 37 | .glyphShape-style-circle-dropshadow { |
| 38 | fill: #A09090; |
| 39 | fill-opacity: .5; |
| 40 | filter: url(#filter-shadow-drop); |
| 41 | } |
| 42 | </style> |
| 43 | <filter id="filter-shadow-drop" x="-10%" y="-10%" width="120%" height="120%"> |
| 44 | <feOffset in="SourceAlpha" dx="0" dy=".75" result="filter-shadow-drop-offset"/> |
| 45 | <feGaussianBlur in="filter-shadow-drop-offset" stdDeviation="1" result="filter-shadow-drop-blur"/> |
| 46 | </filter> |
| 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"/> |
| 51 | </defs> |
| 52 | <g id="icon-gear-default"> |
| 53 | <use xlink:href="#glyphShape-gear" class="glyphShape-style"/> |
| 54 | </g> |
| 55 | <g id="icon-gear-default" transform="translate(32)"> |
| 56 | <use xlink:href="#glyphShape-gear" class="glyphShape-style-hover-gear"/> |
| 57 | </g> |
| 58 | <g id="icon-pin-default" transform="translate(64)"> |
| 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"/> |
| 62 | </g> |
| 63 | <g id="icon-pin-hover" transform="translate(96)"> |
| 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"/> |
| 67 | </g> |
| 68 | <g id="icon-pin-hover-active" transform="translate(128)"> |
| 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"/> |
| 72 | </g> |
| 73 | <g id="icon-delete-default" transform="translate(160)"> |
| 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"/> |
| 77 | </g> |
| 78 | <g id="icon-delete-hover" transform="translate(192)"> |
| 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"/> |
| 82 | </g> |
| 83 | <g id="icon-delete-hover-active" transform="translate(224)"> |
| 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"/> |
| 87 | </g> |
| 88 | <g id="icon-pin-default" transform="translate(256)"> |
| 89 | <use xlink:href="#glyphShape-pin" class="glyphShape-style-pin"/> |
| 90 | </g> |
| 91 | </svg> |