diff options
Diffstat (limited to 'Flat Remix/panel/google-chrome-notification-disabled.svg')
-rw-r--r-- | Flat Remix/panel/google-chrome-notification-disabled.svg | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/Flat Remix/panel/google-chrome-notification-disabled.svg b/Flat Remix/panel/google-chrome-notification-disabled.svg index 29a95c39e..3034b20d9 100644 --- a/Flat Remix/panel/google-chrome-notification-disabled.svg +++ b/Flat Remix/panel/google-chrome-notification-disabled.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 6 0.75 C 4.558594 0.753906 3.179688 1.347656 2.1875 2.398438 L 3.863281 5.300781 C 4.167969 4.375 5.027344 3.75 6 3.75 L 10.738281 3.75 C 9.867188 1.921875 8.027344 0.753906 6 0.75 Z M 1.679688 3.015625 C 1.074219 3.894531 0.75 4.933594 0.75 6 C 0.753906 8.429688 2.421875 10.539062 4.785156 11.101562 L 6.464844 8.199219 C 6.3125 8.234375 6.15625 8.25 6 8.25 C 5.195312 8.25 4.457031 7.820312 4.054688 7.125 L 4.050781 7.125 Z M 7.671875 4.5 C 8.042969 4.910156 8.25 5.445312 8.25 6 C 8.25 6.394531 8.144531 6.78125 7.945312 7.125 L 7.949219 7.125 L 5.578125 11.230469 C 5.71875 11.242188 5.859375 11.25 6 11.25 C 8.898438 11.25 11.25 8.898438 11.25 6 C 11.25 5.492188 11.171875 4.988281 11.027344 4.5 Z M 7.671875 4.5"/> + </g> </defs> - <path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="M 8,1 A 7,7 0 0 0 2.918,3.1973 L 5.1523,7.0664 A 3,3 0 0 1 8,5 H 14.316 A 7,7 0 0 0 8,1 Z M 2.2402,4.0234 A 7,7 0 0 0 1,8 7,7 0 0 0 6.3828,14.803 L 8.6172,10.934 A 3,3 0 0 1 8,11 3,3 0 0 1 5.4062,9.498 L 5.4023,9.5 Z M 10.23,6 A 3,3 0 0 1 11,8 3,3 0 0 1 10.596,9.498 L 10.598,9.5 7.4395,14.973 A 7,7 0 0 0 8,15 7,7 0 0 0 15,8 7,7 0 0 0 14.701,6 Z"/> - <path style="fill:currentColor" class="ColorScheme-Highlight" d="M 8,6 A 2,2 0 0 0 6,8 2,2 0 0 0 8,10 2,2 0 0 0 10,8 2,2 0 0 0 8,6 Z"/> + <g> + <use mask="url(#mask0)" xlink:href="#surface5"/> + <path style="fill:rgb(32.156863%,58.039216%,88.627451%)" d="M 6 4.5 C 5.171875 4.5 4.5 5.171875 4.5 6 C 4.5 6.828125 5.171875 7.5 6 7.5 C 6.828125 7.5 7.5 6.828125 7.5 6 C 7.5 5.171875 6.828125 4.5 6 4.5 Z M 6 4.5"/> + </g> </svg> |