diff options
author | 2019-06-10 22:28:56 +0200 | |
---|---|---|
committer | 2019-06-10 22:28:56 +0200 | |
commit | 341395bd2c57ac9d6b41f2e9980429a21148b820 (patch) | |
tree | ef539eb16912f2d01b843382706817b159179be0 /Flat-Remix-Blue/panel/laptop-disconnected.svg | |
parent | 492bfb650a4b17ff270a02a60602eeb9b08cdf62 (diff) | |
download | flat-remix-341395bd2c57ac9d6b41f2e9980429a21148b820.tar.gz flat-remix-341395bd2c57ac9d6b41f2e9980429a21148b820.zip |
Update panel icons; Change panel maxsize to 24px
Diffstat (limited to 'Flat-Remix-Blue/panel/laptop-disconnected.svg')
-rw-r--r--[l---------] | Flat-Remix-Blue/panel/laptop-disconnected.svg | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Flat-Remix-Blue/panel/laptop-disconnected.svg b/Flat-Remix-Blue/panel/laptop-disconnected.svg index 07fe257b5..820d89c3f 120000..100644 --- a/Flat-Remix-Blue/panel/laptop-disconnected.svg +++ b/Flat-Remix-Blue/panel/laptop-disconnected.svg @@ -1 +1,10 @@ -laptopdisconnected.svg
\ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1.1"> + <defs> + <style id="current-color-scheme" type="text/css"> + .ColorScheme-Text { color:#ffffff; } .ColorScheme-Highlight { color:#367bf0; } + </style> + </defs> + <g transform="translate(1,1)"> + <path style="fill:currentColor" class="ColorScheme-Highlight" d="M 4,4 C 3.446,4 3,4.446 3,5 V 15 C 3,15.554 3.446,16 4,16 H 2 V 17 C 2,17.554 2.892,18 4,18 H 18 C 19.108,18 20,17.554 20,17 V 16 H 18 C 18.554,16 19,15.554 19,15 V 5 C 19,4.446 18.554,4 18,4 Z M 5,6 H 17 V 15 H 5 Z M 9,16 H 13 V 17 H 9 Z"/> + </g> +</svg> |