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/network-wireless-hotspot.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/network-wireless-hotspot.svg')
-rw-r--r-- | Flat-Remix-Light/panel/network-wireless-hotspot.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Flat-Remix-Light/panel/network-wireless-hotspot.svg b/Flat-Remix-Light/panel/network-wireless-hotspot.svg index 838c63ba3..2bad53bb4 100644 --- a/Flat-Remix-Light/panel/network-wireless-hotspot.svg +++ b/Flat-Remix-Light/panel/network-wireless-hotspot.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 11,3 C 7.6,3 4.78,5.5636364 4,9 l 2,0 c 0.74,-2.5309091 2.43,-4 5,-4 2.57,0 4.26,1.4690909 5,4 l 2,0 C 17.22,5.5636364 14.4,3 11,3 Z m 0,4 C 9.7,7 8.58,7.8044693 8,9 l 6,0 C 13.42,7.8156425 12.3,7 11,7 Z m -7,4 7,8 7,-8 z"/> + <path style="fill:currentColor" class="ColorScheme-Text" d="M 12,4 C 8.6,4 5.78,6.5636364 5,10 l 2,0 c 0.74,-2.5309091 2.43,-4 5,-4 2.57,0 4.26,1.4690909 5,4 l 2,0 C 18.22,6.5636364 15.4,4 12,4 Z m 0,4 C 10.7,8 9.58,8.8044693 9,10 l 6,0 C 14.42,8.8156425 13.3,8 12,8 Z m -7,4 7,8 7,-8 z"/> </svg> |