diff options
Diffstat (limited to 'Flat Remix/panel/museeq-offline.svg')
-rw-r--r-- | Flat Remix/panel/museeq-offline.svg | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Flat Remix/panel/museeq-offline.svg b/Flat Remix/panel/museeq-offline.svg index 3d4839fc2..a29447e1b 100644 --- a/Flat Remix/panel/museeq-offline.svg +++ b/Flat Remix/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:#d3dae3; } .ColorScheme-Highlight { color:#5294e2; } - </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(82.745098%,85.490196%,89.019608%)" d="M 9.746094 8.601562 C 9.402344 8.691406 8.640625 8.882812 8.078125 8.960938 C 7.339844 9.0625 6.488281 9.121094 5.851562 9.109375 C 5.394531 9.101562 4.792969 9.003906 4.5 8.890625 C 4.21875 8.773438 3.964844 8.621094 3.75 8.433594 L 3.75 11.25 L 2.25 11.25 L 2.25 0.75 L 3.75 0.75 L 3.75 4.636719 C 3.75 5.183594 3.78125 5.648438 3.847656 6.027344 C 3.921875 6.410156 4.035156 6.722656 4.1875 6.964844 C 4.355469 7.203125 4.5625 7.382812 4.820312 7.496094 C 5.085938 7.597656 5.679688 7.683594 6.0625 7.683594 C 6.226562 7.683594 6.953125 7.644531 7.121094 7.628906 C 7.296875 7.617188 7.460938 7.605469 7.613281 7.59375 C 7.765625 7.578125 7.871094 7.558594 7.984375 7.546875 C 8.097656 7.519531 8.203125 7.507812 8.242188 7.496094 L 8.242188 0.75 L 9.75 0.75 Z M 9.746094 8.601562"/> + </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> |