diff options
Diffstat (limited to 'Flat-Remix/panel/smartphonedisconnected.svg')
-rw-r--r-- | Flat-Remix/panel/smartphonedisconnected.svg | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Flat-Remix/panel/smartphonedisconnected.svg b/Flat-Remix/panel/smartphonedisconnected.svg index 9b5adc882..d76b37097 100644 --- a/Flat-Remix/panel/smartphonedisconnected.svg +++ b/Flat-Remix/panel/smartphonedisconnected.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(32.156863%,58.039216%,88.627451%)" d="M 4 2 C 3.5 2 3.5 2.5 3.5 2.5 L 3.5 9.5 C 3.5 9.5 3.5 10 4 10 L 8 10 C 8.5 10 8.5 9.5 8.5 9.5 L 8.5 2.5 C 8.5 2.5 8.5 2 8 2 Z M 7.5 3.5 L 7.5 8 L 4.5 8 L 4.5 3.5 Z M 6 8.5 C 6.277344 8.5 6.5 8.722656 6.5 9 C 6.5 9.277344 6.277344 9.5 6 9.5 C 5.722656 9.5 5.5 9.277344 5.5 9 C 5.5 8.722656 5.722656 8.5 6 8.5 Z M 6 8.5"/> - </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:#d3dae3; } .ColorScheme-Highlight { color:#5294e2; } + </style> + </defs> + <path style="fill:currentColor" class="ColorScheme-Highlight" d="m7 3c-1 0-1 1-1 1v14s0 1 1 1h8c1 0 1-1 1-1v-14s0-1-1-1h-8zm7 3v9h-6v-8.998l6-0.00195zm-3 10a1 1 0 0 1 1 1 1 1 0 0 1 -1 1 1 1 0 0 1 -1 -1 1 1 0 0 1 1 -1z"/> </svg> |