diff options
Diffstat (limited to 'Flat Remix Dark/panel/rescuetime-offline.svg')
-rw-r--r-- | Flat Remix Dark/panel/rescuetime-offline.svg | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Flat Remix Dark/panel/rescuetime-offline.svg b/Flat Remix Dark/panel/rescuetime-offline.svg index 041622d62..6f4e8f191 100644 --- a/Flat Remix Dark/panel/rescuetime-offline.svg +++ b/Flat Remix Dark/panel/rescuetime-offline.svg @@ -1,8 +1,21 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="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-rule:evenodd;fill:rgb(82.745098%,85.490196%,89.019608%)" d="M 3.75 0.75 L 3.75 3.75 L 0.75 3.75 L 0.75 8.25 L 3.75 8.25 L 3.75 11.25 L 8.25 11.25 L 8.25 8.25 L 11.25 8.25 L 11.25 3.75 L 8.25 3.75 L 8.25 0.75 Z M 6 1.5 C 6.414062 1.5 6.75 1.835938 6.75 2.25 L 6.75 4.703125 C 6.976562 4.832031 7.164062 5.023438 7.296875 5.25 L 9.75 5.25 C 10.164062 5.25 10.5 5.585938 10.5 6 C 10.5 6.414062 10.164062 6.75 9.75 6.75 L 7.296875 6.75 C 7.03125 7.214844 6.535156 7.5 6 7.5 C 5.171875 7.5 4.5 6.828125 4.5 6 C 4.5 5.464844 4.785156 4.972656 5.25 4.703125 L 5.25 2.25 C 5.25 1.835938 5.585938 1.5 6 1.5 Z M 6 1.5"/> + </g> </defs> - <path style="opacity:0.3;fill:currentColor;fill-rule:evenodd" class="ColorScheme-Text" d="M 5,1 V 5 H 1 V 11 H 5 V 15 H 11 V 11 H 15 V 5 H 11 V 1 Z M 8,2 C 8.554,2 9,2.446 9,3 V 6.2695 C 9.3027,6.445 9.5541,6.6969 9.729,7 H 13 C 13.554,7 14,7.446 14,8 14,8.554 13.554,9 13,9 H 9.73 C 9.3731,9.6182 8.7138,9.9993 8,10 6.8954,10 6,9.1046 6,8 6.0013,7.2867 6.3823,6.6281 7,6.2715 V 3 C 7,2.446 7.446,2 8,2 Z"/> + <g> + <use mask="url(#mask0)" xlink:href="#surface5"/> + </g> </svg> |