diff options
Diffstat (limited to 'Flat Remix/panel/bluetooth-disabled.svg')
-rw-r--r-- | Flat Remix/panel/bluetooth-disabled.svg | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Flat Remix/panel/bluetooth-disabled.svg b/Flat Remix/panel/bluetooth-disabled.svg index b27cf3cc1..502bba293 100644 --- a/Flat Remix/panel/bluetooth-disabled.svg +++ b/Flat Remix/panel/bluetooth-disabled.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 6 0.75 C 3.921875 0.75 2.25 2.507812 2.25 4.6875 L 2.25 7.3125 C 2.25 9.492188 3.921875 11.25 6 11.25 C 8.078125 11.25 9.75 9.492188 9.75 7.3125 L 9.75 4.6875 C 9.75 2.507812 8.078125 0.75 6 0.75 Z M 5.625 2.25 C 5.710938 2.25 5.796875 2.28125 5.863281 2.335938 L 8.113281 4.210938 C 8.207031 4.285156 8.253906 4.398438 8.25 4.515625 C 8.246094 4.632812 8.1875 4.742188 8.089844 4.808594 L 6.386719 6 L 8.089844 7.191406 C 8.1875 7.257812 8.246094 7.367188 8.25 7.484375 C 8.253906 7.601562 8.207031 7.714844 8.113281 7.789062 L 5.863281 9.664062 C 5.753906 9.757812 5.597656 9.777344 5.464844 9.714844 C 5.332031 9.652344 5.25 9.519531 5.25 9.375 L 5.25 6.796875 L 4.339844 7.433594 C 4.171875 7.550781 3.9375 7.511719 3.816406 7.339844 C 3.699219 7.171875 3.738281 6.9375 3.910156 6.816406 L 5.078125 6 L 3.910156 5.183594 C 3.738281 5.0625 3.699219 4.828125 3.816406 4.660156 C 3.9375 4.488281 4.171875 4.449219 4.339844 4.566406 L 5.25 5.203125 L 5.25 2.625 C 5.25 2.417969 5.417969 2.25 5.625 2.25 Z M 6 3.425781 L 6 5.355469 L 7.257812 4.472656 Z M 6 6.644531 L 6 8.574219 L 7.257812 7.527344 Z M 6 6.644531"/> + </g> </defs> - <path style="fill:currentColor;opacity:0.3" class="ColorScheme-Text" d="M 8 1 C 5.23 1 3 3.345 3 6.25 L 3 9.75 C 3 12.655 5.23 15 8 15 C 10.77 15 13 12.655 13 9.75 L 13 6.25 C 13 3.345 10.77 1 8 1 z M 7.4980469 3 A 0.50005 0.50005 0 0 1 7.8203125 3.1152344 L 10.820312 5.6152344 A 0.50005 0.50005 0 0 1 10.787109 6.4101562 L 8.515625 8 L 10.787109 9.5898438 A 0.50005 0.50005 0 0 1 10.820312 10.384766 L 7.8203125 12.884766 A 0.50005 0.50005 0 0 1 7 12.5 L 7 9.0605469 L 5.7871094 9.9101562 A 0.50065948 0.50065948 0 0 1 5.2128906 9.0898438 L 6.7695312 8 L 5.2128906 6.9101562 A 0.50065948 0.50065948 0 0 1 5.7871094 6.0898438 L 7 6.9394531 L 7 3.5 A 0.50005 0.50005 0 0 1 7.4980469 3 z M 8 4.5683594 L 8 7.1386719 L 9.6757812 5.9648438 L 8 4.5683594 z M 8 8.8613281 L 8 11.431641 L 9.6757812 10.035156 L 8 8.8613281 z"/> + <g> + <use mask="url(#mask0)" xlink:href="#surface5"/> + </g> </svg> |