diff options
Diffstat (limited to 'Flat Remix/panel/safeeyes_disabled.svg')
-rw-r--r-- | Flat Remix/panel/safeeyes_disabled.svg | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Flat Remix/panel/safeeyes_disabled.svg b/Flat Remix/panel/safeeyes_disabled.svg index bffef9328..e68c9009d 100644 --- a/Flat Remix/panel/safeeyes_disabled.svg +++ b/Flat Remix/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:#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.089844 0.75 0.75 3.089844 0.75 6 C 0.75 8.910156 3.089844 11.25 6 11.25 C 8.90625 11.25 11.246094 8.910156 11.25 6.007812 L 11.25 6 C 11.25 3.089844 8.910156 0.75 6 0.75 Z M 6.054688 2.25 C 7.03125 2.265625 7.960938 2.660156 8.652344 3.347656 C 10.117188 4.8125 10.117188 7.1875 8.652344 8.652344 C 7.1875 10.117188 4.8125 10.117188 3.347656 8.652344 C 1.882812 7.1875 1.882812 4.8125 3.347656 3.347656 C 4.066406 2.632812 5.039062 2.234375 6.054688 2.25 Z M 6 2.996094 L 6 5.996094 L 9 6 L 9 5.996094 C 9 4.332031 7.664062 2.996094 6 2.996094 Z M 3.75 5.25 C 3.335938 5.25 3 5.585938 3 6 C 3 6.414062 3.335938 6.75 3.75 6.75 C 4.164062 6.75 4.5 6.414062 4.5 6 C 4.5 5.585938 4.164062 5.25 3.75 5.25 Z M 6 7.5 C 5.585938 7.5 5.25 7.835938 5.25 8.25 C 5.25 8.664062 5.585938 9 6 9 C 6.414062 9 6.75 8.664062 6.75 8.25 C 6.75 7.835938 6.414062 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> |