diff options
Diffstat (limited to 'Flat Remix/panel/radiotray_off.svg')
-rw-r--r-- | Flat Remix/panel/radiotray_off.svg | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/Flat Remix/panel/radiotray_off.svg b/Flat Remix/panel/radiotray_off.svg index 29e20da58..bb0f8cc7e 100644 --- a/Flat Remix/panel/radiotray_off.svg +++ b/Flat Remix/panel/radiotray_off.svg @@ -1,9 +1,22 @@ -<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 3.75 3.75 C 2.507812 3.75 1.5 4.757812 1.5 6 C 1.5 7.242188 2.507812 8.25 3.75 8.25 C 4.992188 8.25 6 7.242188 6 6 C 6 4.757812 4.992188 3.75 3.75 3.75 Z M 3.75 3.75"/> + </g> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 1.015625 2 C 0.4527806 2 -1.4802974e-16 2.4575152 0 3.0273438 L 0 12.972656 C 0 13.542656 0.4527806 14 1.015625 14 L 14.984375 14 C 15.547931 14 16 13.542656 16 12.972656 L 16 3.0273438 C 16 2.4576866 15.547931 2 14.984375 2 L 1.015625 2 z M 5 4 C 7.209 4 9 5.7909 9 8 C 9 10.209 7.209 12 5 12 C 2.7909 12 1 10.209 1 8 C 1 5.7909 2.7909 4 5 4 z M 10 4 L 15 4 L 15 5 L 10 5 L 10 4 z M 10 7 L 15 7 L 15 8 L 10 8 L 10 7 z M 10 10 L 15 10 L 15 11 L 10 11 L 10 10 z"/> - <path style="fill:currentColor;opacity:0.3" class="ColorScheme-Text" d="M 5,5 C 3.3431,5 2,6.3432 2,8 2,9.657 3.3431,11 5,11 6.6568,11 8,9.657 8,8 8,6.3432 6.6568,5 5,5 Z"/> + <g> + <path style="fill:rgb(82.745098%,85.490196%,89.019608%)" d="M 0.761719 1.5 C 0.339844 1.5 0 1.84375 0 2.269531 L 0 9.730469 C 0 10.15625 0.339844 10.5 0.761719 10.5 L 11.238281 10.5 C 11.660156 10.5 12 10.15625 12 9.730469 L 12 2.269531 C 12 1.84375 11.660156 1.5 11.238281 1.5 Z M 3.75 3 C 5.40625 3 6.75 4.34375 6.75 6 C 6.75 7.65625 5.40625 9 3.75 9 C 2.09375 9 0.75 7.65625 0.75 6 C 0.75 4.34375 2.09375 3 3.75 3 Z M 7.5 3 L 11.25 3 L 11.25 3.75 L 7.5 3.75 Z M 7.5 5.25 L 11.25 5.25 L 11.25 6 L 7.5 6 Z M 7.5 7.5 L 11.25 7.5 L 11.25 8.25 L 7.5 8.25 Z M 7.5 7.5"/> + <use mask="url(#mask0)" xlink:href="#surface5"/> + </g> </svg> |