diff options
Diffstat (limited to 'Flat Remix/panel/phone-battery-medium.svg')
-rw-r--r-- | Flat Remix/panel/phone-battery-medium.svg | 27 |
1 files changed, 20 insertions, 7 deletions
diff --git a/Flat Remix/panel/phone-battery-medium.svg b/Flat Remix/panel/phone-battery-medium.svg index 1e067eb31..4c108c110 100644 --- a/Flat Remix/panel/phone-battery-medium.svg +++ b/Flat Remix/panel/phone-battery-medium.svg @@ -1,10 +1,23 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1"> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12pt" height="12pt" version="1.1" viewBox="0 0 12 12"> <defs> - <style id="current-color-scheme" type="text/css"> - .ColorScheme-Text { color:#d3dae3; } .ColorScheme-Highlight { color:#5294e2; } - </style> + <filter id="alpha" width="100%" height="100%" x="0%" y="0%" filterUnits="objectBoundingBox"> + <feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/> + </filter> + <mask id="mask0"> + <g filter="url(#alpha)"> + <rect width="12" height="12" x="0" y="0" style="fill:rgb(0%,0%,0%);fill-opacity:0.301961"/> + </g> + </mask> + <clipPath id="clip1"> + <rect width="12" height="12" x="0" y="0"/> + </clipPath> + <g id="surface5" clip-path="url(#clip1)"> + <path style="fill:rgb(82.745098%,85.490196%,89.019608%)" d="M 1.875 1.5 C 1.667969 1.5 1.5 1.667969 1.5 1.875 L 1.5 2.25 L 0 2.25 L 0 2.246094 L 0 10.125 C 0 10.332031 0.167969 10.5 0.375 10.5 L 4.875 10.5 C 5.082031 10.5 5.25 10.332031 5.25 10.125 L 5.25 2.25 L 3.75 2.25 L 3.75 1.875 C 3.75 1.667969 3.582031 1.5 3.375 1.5 Z M 1.875 1.5"/> + </g> </defs> - <path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="m 2.5,1.99965 c -0.277,0 -0.5,0.223 -0.5,0.5 l 0,0.5 -2,-0.002 0,-3e-4 L 0,13.5 C 0,13.777 0.223,14 0.5,14 l 6,0 C 6.777,14 7,13.777 7,13.5 l 0,-10.50165 -0.5,0.002 -1.5,0 0,-0.5 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 z"/> - <path style="fill:currentColor" class="ColorScheme-Text" d="m 0,8 0,5.5 C 0,13.777 0.223,14 0.5,14 l 6,0 C 6.777,14 7,13.777 7,13.5 L 7,8 Z"/> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 10,2 C 9.446,2 9,2.446 9,3 l 0,10 c 0,0.554 0.446,1 1,1 l 5,0 c 0.554,0 1,-0.446 1,-1 L 16,3 C 16,2.446 15.554,2 15,2 l -5,0 z m 0.714844,1 3.570312,0 C 14.680871,3 15,3.3345 15,3.75 l 0,7.5 C 15,11.6655 14.680871,12 14.285156,12 l -3.570312,0 C 10.319129,12 10,11.6655 10,11.25 l 0,-7.5 C 10,3.3345 10.319129,3 10.714844,3 Z"/> + <g> + <use mask="url(#mask0)" xlink:href="#surface5"/> + <path style="fill:rgb(82.745098%,85.490196%,89.019608%)" d="M 0 6 L 0 10.125 C 0 10.332031 0.167969 10.5 0.375 10.5 L 4.875 10.5 C 5.082031 10.5 5.25 10.332031 5.25 10.125 L 5.25 6 Z M 0 6"/> + <path style="fill:rgb(82.745098%,85.490196%,89.019608%)" d="M 7.5 1.5 C 7.085938 1.5 6.75 1.835938 6.75 2.25 L 6.75 9.75 C 6.75 10.164062 7.085938 10.5 7.5 10.5 L 11.25 10.5 C 11.664062 10.5 12 10.164062 12 9.75 L 12 2.25 C 12 1.835938 11.664062 1.5 11.25 1.5 Z M 8.035156 2.25 L 10.714844 2.25 C 11.011719 2.25 11.25 2.5 11.25 2.8125 L 11.25 8.4375 C 11.25 8.75 11.011719 9 10.714844 9 L 8.035156 9 C 7.738281 9 7.5 8.75 7.5 8.4375 L 7.5 2.8125 C 7.5 2.5 7.738281 2.25 8.035156 2.25 Z M 8.035156 2.25"/> + </g> </svg> |