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/octopi-error.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/octopi-error.svg')
-rw-r--r-- | Flat-Remix-Light/panel/octopi-error.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Flat-Remix-Light/panel/octopi-error.svg b/Flat-Remix-Light/panel/octopi-error.svg index c9d7d6900..66a7496c8 100644 --- a/Flat-Remix-Light/panel/octopi-error.svg +++ b/Flat-Remix-Light/panel/octopi-error.svg @@ -1,8 +1,8 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" version="1"> +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="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-Highlight" d="m5 9h0.0000031v7c0 2 0.0000031 2.9996 1.5 2.9998 1.5 0 1.5-1 1.5-3-0.0000031 2-0.0000031 3 1.5 2.9998 1.5 0 1.5-1 1.5-3-0.000003 2 0.000002 2.9996 1.5 2.9998 1.5 0 1.5-1 1.5-3-0.000003 2 0.000002 2.9996 1.5 2.9998 1.5 0 1.5-1 1.5-3v-7h-0.002c0.002-3-0.998-6-5.998-6.0002s-6 3.0002-6 6.0002zm3.5-1.0002c0.831 0 1.5 0.669 1.5 1.5s-0.669 1.5-1.5 1.5-1.5-0.669-1.5-1.5 0.669-1.5 1.5-1.5zm6 0c0.831 0 1.5 0.669 1.5 1.5s-0.669 1.5-1.5 1.5-1.5-0.669-1.5-1.5 0.669-1.5 1.5-1.5z"/> + <path style="fill:currentColor" class="ColorScheme-Highlight" d="m6 10h0.0000031v7c0 2 0.0000031 2.9996 1.5 2.9998 1.5 0.000206 1.5-0.99979 1.5-2.9998-0.000003 2-0.000003 3 1.5 2.9998 1.5-0.000206 1.5-0.99979 1.5-2.9998-0.000003 2 0.000002 2.9996 1.5 2.9998 1.5 0.000206 1.5-0.99979 1.5-2.9998-0.000003 2 0.000002 2.9996 1.5 2.9998 1.5 0.000206 1.5-0.99979 1.5-2.9998v-7h-0.002c0.002-2.9998-0.998-5.9998-5.998-6s-6 3.0002-6 6zm3.5-1c0.831 0 1.5 0.669 1.5 1.5s-0.669 1.5-1.5 1.5-1.5-0.669-1.5-1.5 0.669-1.5 1.5-1.5zm6 0c0.831 0 1.5 0.669 1.5 1.5s-0.669 1.5-1.5 1.5-1.5-0.669-1.5-1.5 0.669-1.5 1.5-1.5z"/> </svg> |