diff options
Diffstat (limited to 'Flat Remix/panel/zeal-tray.svg')
-rw-r--r-- | Flat Remix/panel/zeal-tray.svg | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/Flat Remix/panel/zeal-tray.svg b/Flat Remix/panel/zeal-tray.svg index 429a535b0..3d14e9c91 100644 --- a/Flat Remix/panel/zeal-tray.svg +++ b/Flat Remix/panel/zeal-tray.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:#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 2.070312 0.75 C 1.753906 0.75 1.5 0.984375 1.5 1.273438 L 1.5 10.726562 C 1.5 11.015625 1.753906 11.25 2.070312 11.25 L 3.75 11.25 L 3.75 0.75 Z M 2.070312 0.75"/> + </g> </defs> - <path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="M 2.7589,1 C 2.3385,1 2,1.3122 2,1.7 V 14.3 C 2,14.688 2.3385,15 2.7589,15 H 5 V 1 Z"/> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 5,1 V 15 H 13.25 C 13.666,15 14,14.686 14,14.299 V 1.7012 C 14,1.3134 13.666,1 13.25,1 H 7.9922 Z M 7.5,4 H 11.5 C 11.899,4.0001 12.137,4.4451 11.916,4.7773 L 8.4336,11 H 11.5 C 12.176,10.99 12.176,12.01 11.5,12 H 7.5 C 7.101,12 6.863,11.555 7.084,11.223 L 10.566,5 H 7.5 C 6.8238,5.0096 6.8238,3.9904 7.5,4 Z"/> + <g> + <use mask="url(#mask0)" xlink:href="#surface5"/> + <path style="fill:rgb(82.745098%,85.490196%,89.019608%)" d="M 3.75 0.75 L 3.75 11.25 L 9.9375 11.25 C 10.25 11.25 10.5 11.015625 10.5 10.722656 L 10.5 1.277344 C 10.5 0.984375 10.25 0.75 9.9375 0.75 Z M 5.625 3 L 8.625 3 C 8.925781 3 9.101562 3.332031 8.9375 3.582031 L 6.324219 8.25 L 8.625 8.25 C 9.132812 8.242188 9.132812 9.007812 8.625 9 L 5.625 9 C 5.324219 9 5.148438 8.667969 5.3125 8.417969 L 7.925781 3.75 L 5.625 3.75 C 5.117188 3.757812 5.117188 2.992188 5.625 3 Z M 5.625 3"/> + </g> </svg> |