diff options
Diffstat (limited to 'Flat Remix/panel/clementine-panel.svg')
-rw-r--r-- | Flat Remix/panel/clementine-panel.svg | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/Flat Remix/panel/clementine-panel.svg b/Flat Remix/panel/clementine-panel.svg index 8c6b766c7..7e8f26a6c 100644 --- a/Flat Remix/panel/clementine-panel.svg +++ b/Flat Remix/panel/clementine-panel.svg @@ -1,8 +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 3.777344 0.832031 C 3.058594 1.730469 2.625 2.871094 2.625 4.117188 C 2.625 7.023438 4.972656 9.371094 7.878906 9.371094 C 9.117188 9.371094 10.253906 8.941406 11.152344 8.226562 C 11.070312 8.039062 10.941406 7.863281 10.753906 7.703125 C 9.964844 7.046875 8.507812 6.574219 6.984375 5.066406 C 5.378906 3.46875 4.921875 1.957031 4.246094 1.179688 C 4.105469 1.015625 3.945312 0.902344 3.777344 0.832031 Z M 3.777344 0.832031"/> + </g> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 3.4017,1.0001 A 8.2023,8.2023 0 0 0 3.4017,12.599 8.2023,8.2023 0 0 0 15,12.599 L 13.711,11.31 A 6.3796,6.3796 0 0 1 4.6902,11.31 6.3796,6.3796 0 0 1 4.6902,2.2886 L 3.4014,0.99987 Z M 5.3187,2.9813 A 5.4682,5.4682 0 0 0 4.0478,6.0536 H 8.3908 Z M 4.0407,6.9653 A 5.4682,5.4682 0 0 0 5.3187,10.038 L 8.3908,6.9653 Z M 9.0351,7.6097 5.9632,10.682 A 5.4682,5.4682 0 0 0 9.0351,11.952 Z M 9.9465,7.6097 V 11.96 A 5.4682,5.4682 0 0 0 13.019,10.682 Z"/> + <g> + <path style="fill:rgb(82.745098%,85.490196%,89.019608%)" d="M 3.371094 0.75 C 1.441406 0.683594 -1.128906 5.28125 2.820312 9.199219 C 6.753906 13.105469 11.378906 10.582031 11.246094 8.617188 C 10.277344 9.347656 9.09375 9.746094 7.878906 9.746094 C 4.769531 9.746094 2.25 7.226562 2.25 4.117188 C 2.253906 2.902344 2.648438 1.722656 3.371094 0.75 Z M 3.371094 0.75"/> + <use mask="url(#mask0)" xlink:href="#surface5"/> + </g> </svg> |