diff options
Diffstat (limited to 'Flat Remix Light/panel/nylas-tray-empty.svg')
-rw-r--r-- | Flat Remix Light/panel/nylas-tray-empty.svg | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Flat Remix Light/panel/nylas-tray-empty.svg b/Flat Remix Light/panel/nylas-tray-empty.svg index 809669e44..144406188 100644 --- a/Flat Remix Light/panel/nylas-tray-empty.svg +++ b/Flat Remix Light/panel/nylas-tray-empty.svg @@ -1,8 +1,21 @@ -<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.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-rule:evenodd;fill:rgb(19.215686%,21.176471%,23.137255%)" d="M 6.5 1.75 L 6.5 3.25 L 10 5.25 L 10 3.75 Z M 2.5 2.113281 C 2.222656 2.113281 2 2.335938 2 2.613281 L 2 3.25 L 5.5 5.25 L 5.5 3.75 C 4.582031 3.226562 3.664062 2.699219 2.75 2.179688 C 2.671875 2.132812 2.585938 2.113281 2.5 2.113281 Z M 2 4.25 L 2 5.75 L 5.5 7.75 L 5.5 6.25 Z M 6.5 4.25 L 6.5 5.75 L 10 7.75 L 10 6.25 Z M 2 6.75 L 2 8.25 L 5.5 10.25 L 5.5 8.75 Z M 6.5 6.75 L 6.5 8.25 C 7.417969 8.773438 8.335938 9.300781 9.25 9.820312 C 9.328125 9.867188 9.414062 9.886719 9.5 9.886719 C 9.777344 9.886719 10 9.664062 10 9.386719 L 10 8.75 Z M 6.5 6.75"/> + </g> </defs> - <path style="opacity:0.3;fill:currentColor;fill-rule:evenodd" class="ColorScheme-Text" d="M 8,1 V 3.4706 L 13,6.7647 V 4.2942 Z M 2.75,1.5952 C 2.336,1.5952 2,1.9641 2,2.4187 V 3.4706 L 7,6.7647 V 4.2958 C 5.6253,3.4327 4.4946,2.5635 3.1221,1.7046 3.0088,1.6329 2.8805,1.5952 2.75,1.5952 Z M 2,5.1177 V 7.5883 L 7,10.882 V 8.4118 Z M 8,5.1177 V 7.5883 L 13,10.882 V 8.4118 Z M 2,9.2353 V 11.706 L 7.25,15 7,12.529 Z M 8,9.2353 V 11.704 C 9.3748,12.567 10.506,13.437 11.878,14.296 11.991,14.368 12.12,14.405 12.25,14.405 12.664,14.405 13,14.036 13,13.581 V 12.529 Z"/> + <g> + <use mask="url(#mask0)" xlink:href="#surface5"/> + </g> </svg> |