diff options
Diffstat (limited to 'Flat Remix Light/panel/audio-volume-medium.svg')
-rw-r--r-- | Flat Remix Light/panel/audio-volume-medium.svg | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/Flat Remix Light/panel/audio-volume-medium.svg b/Flat Remix Light/panel/audio-volume-medium.svg index 1c39a3594..caac4d2e6 100644 --- a/Flat Remix Light/panel/audio-volume-medium.svg +++ b/Flat Remix Light/panel/audio-volume-medium.svg @@ -1,9 +1,22 @@ -<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:#31363b; } .ColorScheme-Highlight { color:#3daee9; } - </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.34902"/> + </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(19.215686%,21.176471%,23.137255%)" d="M 7 2.5 L 7 3.25 C 8.160156 3.621094 9 4.714844 9 6 C 9 7.285156 8.160156 8.378906 7 8.75 L 7 9.5 C 8.574219 9.109375 9.75 7.699219 9.75 6 C 9.75 4.300781 8.574219 2.890625 7 2.5 Z M 7 2.5"/> + </g> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 8,1 4,5 H 1 V 11 H 4 L 8,15 Z M 10,5 V 11 C 11.06,10.42 11.79,9.3 11.79,8 11.79,6.7 11.07,5.58 10,5 Z"/> - <path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="M 10,1 V 2.5 C 12.32,3.24 14,5.43 14,8 14,10.57 12.32,12.76 10,13.5 V 15 C 13.15,14.22 15.5,11.4 15.5,8 15.5,4.6 13.15,1.78 10,1 Z"/> + <g> + <path style="fill:rgb(19.215686%,21.176471%,23.137255%)" d="M 7.894531 6 C 7.894531 5.351562 7.535156 4.789062 7 4.5 L 7 7.5 C 7.53125 7.210938 7.894531 6.648438 7.894531 6 Z M 2.546875 4.546875 L 2.546875 7.453125 L 4 7.453125 L 6 9.5 L 6 2.5 L 4 4.546875 Z M 2.546875 4.546875"/> + <use mask="url(#mask0)" xlink:href="#surface5"/> + </g> </svg> |