diff options
Diffstat (limited to 'Flat-Remix-Light/panel/dino-status-away.svg')
-rw-r--r-- | Flat-Remix-Light/panel/dino-status-away.svg | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Flat-Remix-Light/panel/dino-status-away.svg b/Flat-Remix-Light/panel/dino-status-away.svg index 269a734d7..2e5677dec 100644 --- a/Flat-Remix-Light/panel/dino-status-away.svg +++ b/Flat-Remix-Light/panel/dino-status-away.svg @@ -1,5 +1,8 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="12pt" height="12pt" version="1.1" viewBox="0 0 12 12"> - <g> - <path style="fill:rgb(19.215686%,21.176471%,23.137255%)" d="M 6 2 C 3.789062 2 2 3.789062 2 6 C 2 8.210938 3.789062 10 6 10 C 8.210938 10 10 8.210938 10 6 C 10 3.789062 8.210938 2 6 2 Z M 5.9375 3 L 6.0625 3 C 6.304688 3 6.5 3.195312 6.5 3.4375 L 6.5 5.5 L 8.5625 5.5 C 8.804688 5.5 9 5.695312 9 5.9375 L 9 6.0625 C 9 6.304688 8.804688 6.5 8.5625 6.5 L 5.9375 6.5 C 5.695312 6.5 5.5 6.304688 5.5 6.0625 L 5.5 3.4375 C 5.5 3.195312 5.695312 3 5.9375 3 Z M 5.9375 3"/> - </g> +<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1.1"> + <defs> + <style id="current-color-scheme" type="text/css"> + .ColorScheme-Text { color:#31363b; } .ColorScheme-Highlight { color:#3daee9; } + </style> + </defs> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 11 3 A 8 8 0 0 0 3 11 A 8 8 0 0 0 11 19 A 8 8 0 0 0 19 11 A 8 8 0 0 0 11 3 z M 10.875 5 L 11.125 5 C 11.60975 5 12 5.39025 12 5.875 L 12 10 L 16.125 10 C 16.60975 10 17 10.39025 17 10.875 L 17 11.125 C 17 11.60975 16.60975 12 16.125 12 L 11.125 12 L 10.875 12 C 10.39025 12 10 11.60975 10 11.125 L 10 10.875 L 10 5.875 C 10 5.39025 10.39025 5 10.875 5 z"/> </svg> |