diff options
Diffstat (limited to 'Flat Remix Light/panel/museeq-offline.svg')
-rw-r--r-- | Flat Remix Light/panel/museeq-offline.svg | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Flat Remix Light/panel/museeq-offline.svg b/Flat Remix Light/panel/museeq-offline.svg index 2ff845a69..eaf1ee652 100644 --- a/Flat Remix Light/panel/museeq-offline.svg +++ b/Flat Remix Light/panel/museeq-offline.svg @@ -1,8 +1,21 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1"> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12pt" height="12pt" version="1.1" viewBox="0 0 12 12"> <defs> - <style id="current-color-scheme" type="text/css"> - .ColorScheme-Text { color:#31363b; } .ColorScheme-Highlight { color:#3daee9; } - </style> + <filter id="alpha" width="100%" height="100%" x="0%" y="0%" filterUnits="objectBoundingBox"> + <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/> + </filter> + <mask id="mask0"> + <g filter="url(#alpha)"> + <rect width="12" height="12" x="0" y="0" style="fill:rgb(0%,0%,0%);fill-opacity:0.301961"/> + </g> + </mask> + <clipPath id="clip1"> + <rect width="12" height="12" x="0" y="0"/> + </clipPath> + <g id="surface5" clip-path="url(#clip1)"> + <path style="fill:rgb(19.215686%,21.176471%,23.137255%)" d="M 8.5 7.734375 C 8.269531 7.796875 7.761719 7.921875 7.386719 7.972656 C 6.894531 8.042969 6.324219 8.078125 5.898438 8.070312 C 5.597656 8.066406 5.195312 8.003906 5 7.925781 C 4.8125 7.851562 4.644531 7.75 4.5 7.621094 L 4.5 10 L 3.5 10 L 3.5 2 L 4.5 2 L 4.5 5.089844 C 4.5 5.457031 4.519531 5.765625 4.5625 6.019531 C 4.613281 6.273438 4.691406 6.480469 4.792969 6.640625 C 4.902344 6.804688 5.042969 6.921875 5.210938 7 C 5.390625 7.066406 5.785156 7.125 6.042969 7.125 C 6.152344 7.125 6.636719 7.09375 6.746094 7.085938 C 6.863281 7.078125 6.972656 7.070312 7.074219 7.0625 C 7.175781 7.054688 7.246094 7.039062 7.324219 7.03125 C 7.398438 7.015625 7.46875 7.007812 7.496094 7 L 7.496094 2 L 8.5 2 Z M 8.5 7.734375"/> + </g> </defs> - <path style="fill:currentColor;opacity:0.3" class="ColorScheme-Text" d="M 12.997,11.471 C 12.539,11.59 11.523,11.842 10.772,11.946 9.788,12.083 8.65,12.159 7.8,12.144 7.192,12.133 6.3897,12.005 5.9997,11.853 5.6267,11.7 5.2868,11.497 4.9998,11.243 L 4.9998,15 3,15 3,1.001 l 1.9998,0 0,5.181 c 0,0.729 0.043,1.348 0.128,1.857 0.102,0.508 0.254,0.923 0.4579,1.245 0.22,0.322 0.5,0.56 0.839,0.712 0.3559,0.136 1.1493,0.25 1.6573,0.25 0.22,0 1.191,-0.055 1.411,-0.072 0.237,-0.017 0.453,-0.034 0.657,-0.051 0.203,-0.017 0.343,-0.045 0.496,-0.062 0.153,-0.034 0.293,-0.048 0.344,-0.065 L 10.99,1 13,1 Z"/> + <g> + <use mask="url(#mask0)" xlink:href="#surface5"/> + </g> </svg> |