diff options
Diffstat (limited to 'Flat Remix Light/panel/safeeyes_disabled.svg')
-rw-r--r-- | Flat Remix Light/panel/safeeyes_disabled.svg | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Flat Remix Light/panel/safeeyes_disabled.svg b/Flat Remix Light/panel/safeeyes_disabled.svg index a32a83987..8937a49e1 100644 --- a/Flat Remix Light/panel/safeeyes_disabled.svg +++ b/Flat Remix Light/panel/safeeyes_disabled.svg @@ -1,8 +1,21 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="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 6 2 C 3.785156 2 2 3.785156 2 6 C 2 8.214844 3.785156 10 6 10 C 8.214844 10 9.996094 8.21875 10 6.003906 C 10 6.003906 10 6 10 6 C 10 3.785156 8.214844 2 6 2 Z M 6.042969 3 C 6.824219 3.011719 7.570312 3.328125 8.121094 3.878906 C 9.292969 5.050781 9.292969 6.949219 8.121094 8.121094 C 6.949219 9.292969 5.050781 9.292969 3.878906 8.121094 C 2.707031 6.949219 2.707031 5.050781 3.878906 3.878906 C 4.453125 3.304688 5.234375 2.988281 6.042969 3 Z M 6 3.5 L 6 6 L 8.5 6.003906 L 8.5 6 C 8.5 4.613281 7.386719 3.5 6 3.5 Z M 4 5.5 C 3.722656 5.5 3.5 5.722656 3.5 6 C 3.5 6.277344 3.722656 6.5 4 6.5 C 4.277344 6.5 4.5 6.277344 4.5 6 C 4.5 5.722656 4.277344 5.5 4 5.5 Z M 6 7.5 C 5.722656 7.5 5.5 7.722656 5.5 8 C 5.5 8.277344 5.722656 8.5 6 8.5 C 6.277344 8.5 6.5 8.277344 6.5 8 C 6.5 7.722656 6.277344 7.5 6 7.5 Z M 6 7.5"/> + </g> </defs> - <path style="fill:currentColor;opacity:0.3" class="ColorScheme-Text" d="M 8 1 C 4.122 1 1 4.122 1 8 C 1 11.878 4.122 15 8 15 C 11.8745 15 14.99475 11.882516 15 8.0097656 L 15 8 C 15 4.122 11.878 1 8 1 z M 8.0722656 3 A 5.0002324 5.0002324 0 0 1 8.0742188 3 A 5.0002324 5.0002324 0 0 1 11.535156 4.4648438 A 5.0002324 5.0002324 0 0 1 11.535156 11.535156 A 5.0002324 5.0002324 0 0 1 4.4648438 11.535156 A 5.0002324 5.0002324 0 0 1 4.4648438 4.4648438 A 5.0002324 5.0002324 0 0 1 8.0722656 3 z M 8 3.9941406 L 8 7.9941406 L 12 8 L 12 7.9941406 C 12 5.7755006 10.2184 3.9941406 8 3.9941406 z M 5 7 A 1 1 0 0 0 4 8 A 1 1 0 0 0 5 9 A 1 1 0 0 0 6 8 A 1 1 0 0 0 5 7 z M 8 10 A 1 1 0 0 0 7 11 A 1 1 0 0 0 8 12 A 1 1 0 0 0 9 11 A 1 1 0 0 0 8 10 z"/> + <g> + <use mask="url(#mask0)" xlink:href="#surface5"/> + </g> </svg> |