diff options
author | 2018-07-18 15:12:23 +0200 | |
---|---|---|
committer | 2018-07-18 15:12:23 +0200 | |
commit | 652c566c91d6e49964a400ee5362e739d2075e2d (patch) | |
tree | 6d85fe93d75ecb9b9f5f843a1a7c22570e1992ae /Flat-Remix-Light/panel/qnapi-panel.svg | |
parent | cf829c6011b43fd61186e2ce4c1ae84f2f0c9da7 (diff) | |
download | flat-remix-652c566c91d6e49964a400ee5362e739d2075e2d.tar.gz flat-remix-652c566c91d6e49964a400ee5362e739d2075e2d.zip |
Solve panel icon's inconsistent size
Diffstat (limited to 'Flat-Remix-Light/panel/qnapi-panel.svg')
-rw-r--r-- | Flat-Remix-Light/panel/qnapi-panel.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Flat-Remix-Light/panel/qnapi-panel.svg b/Flat-Remix-Light/panel/qnapi-panel.svg index 415940bdb..d83c693d4 100644 --- a/Flat-Remix-Light/panel/qnapi-panel.svg +++ b/Flat-Remix-Light/panel/qnapi-panel.svg @@ -1,8 +1,8 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1.1"> +<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:#31363b; } .ColorScheme-Highlight { color:#3daee9; } </style> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="m 3.8886719,4.0000002 c -0.49249,0 -0.888672,0.3903 -0.888672,0.875 l 0,11.1249998 c 0,0.48475 0.396442,0.98462 0.888672,1 L 12,17 l 1.5,2 1.5,-2 3.111328,0 C 18.603328,17 19,16.485 19,16 L 19,4.8750002 c 0,-0.4847 -0.395672,-0.875 -0.888672,-0.875 l -14.2226561,0 z m 2.111328,3 10.0000001,0 0,1 -10.0000001,0 0,-1 z M 5.9999999,10 16,10 l 0,1 -10.0000001,0 0,-1 z m 0,3 L 12,13 l 0,1 -6.0000001,0 0,-1 z"/> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 4.888672,5.0000002 C 4.396182,5.0000002 4,5.3903002 4,5.8750002 L 4,17 c 0,0.48475 0.396442,0.98462 0.888672,1 L 13,18 l 1.5,2 1.5,-2 3.111328,0 C 19.603328,18 20,17.485 20,17 L 20,5.8750002 c 0,-0.4847 -0.395672,-0.875 -0.888672,-0.875 l -14.222656,0 z m 2.111328,3 10,0 L 17,9 7,9 7,8.0000002 Z M 7,11 l 10,0 0,1 -10,0 0,-1 z m 0,3 6,0 0,1 -6,0 0,-1 z"/> </svg> |