diff options
Diffstat (limited to 'Flat Remix/panel/btsync-gui-disconnected.svg')
-rw-r--r-- | Flat Remix/panel/btsync-gui-disconnected.svg | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Flat Remix/panel/btsync-gui-disconnected.svg b/Flat Remix/panel/btsync-gui-disconnected.svg index 2f9fa47be..95465267d 100644 --- a/Flat Remix/panel/btsync-gui-disconnected.svg +++ b/Flat Remix/panel/btsync-gui-disconnected.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:#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 3.375 1.453125 C 0.863281 2.902344 0.00390625 6.113281 1.453125 8.625 C 2.902344 11.136719 6.113281 11.996094 8.625 10.546875 C 11.136719 9.097656 11.996094 5.886719 10.546875 3.375 C 9.097656 0.863281 5.886719 0.00390625 3.375 1.453125 Z M 4.125 2.753906 C 5.695312 1.84375 7.652344 2.203125 8.808594 3.511719 L 9.523438 3.101562 L 9.347656 5.800781 L 6.925781 4.601562 L 7.453125 4.292969 C 6.75 3.695312 5.722656 3.5625 4.875 4.050781 C 4.410156 4.320312 4.058594 4.746094 3.882812 5.25 L 2.332031 5.25 C 2.542969 4.199219 3.199219 3.289062 4.125 2.753906 Z M 2.652344 6.199219 L 5.074219 7.398438 L 4.546875 7.707031 C 5.25 8.304688 6.277344 8.4375 7.125 7.949219 C 7.589844 7.679688 7.941406 7.253906 8.117188 6.75 L 9.667969 6.75 C 9.457031 7.800781 8.800781 8.710938 7.875 9.246094 C 6.304688 10.15625 4.347656 9.796875 3.191406 8.488281 L 2.476562 8.898438 Z M 2.652344 6.199219"/> + </g> </defs> - <path style="fill:currentColor;opacity:0.3" class="ColorScheme-Text" d="M 4.5,1.9378222 C 1.1521623,3.8706972 0.00494717,8.1521623 1.9378222,11.5 3.8706972,14.847838 8.1521623,15.995053 11.5,14.062178 14.847838,12.129303 15.995053,7.8478377 14.062178,4.5 12.129303,1.1521623 7.8478377,0.00494717 4.5,1.9378222 Z m 1,1.7320508 C 7.594918,2.4603715 10.20155,2.9388564 11.743863,4.6837791 L 12.696152,4.1339746 12.464102,7.7320508 9.2320508,6.1339746 9.9390791,5.7257716 C 8.9999009,4.9253151 7.6297393,4.7496685 6.5,5.4019238 5.8827105,5.7597672 5.413172,6.3259071 5.1756615,6.9987272 L 3.1079949,6.9994549 C 3.3927443,5.598703 4.263389,4.3867979 5.5,3.669873 Z M 3.5358984,8.2679492 6.7679492,9.8660254 6.0609207,10.274229 c 0.9391782,0.800456 2.30934,0.976103 3.4390793,0.323847 0.617289,-0.357843 1.086828,-0.9239831 1.324339,-1.5968031 l 2.067666,-7.277e-4 C 12.607256,10.401297 11.736596,11.613176 10.5,12.330127 8.405082,13.539629 5.7984504,13.061143 4.2561373,11.316221 L 3.3038476,11.866025 3.5358984,8.2679492 Z"/> + <g> + <use mask="url(#mask0)" xlink:href="#surface5"/> + </g> </svg> |