diff options
Diffstat (limited to 'Flat Remix/panel/ubuntuone-client-offline.svg')
-rw-r--r-- | Flat Remix/panel/ubuntuone-client-offline.svg | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Flat Remix/panel/ubuntuone-client-offline.svg b/Flat Remix/panel/ubuntuone-client-offline.svg index 58648adff..61f324384 100644 --- a/Flat Remix/panel/ubuntuone-client-offline.svg +++ b/Flat Remix/panel/ubuntuone-client-offline.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 4.5 2.25 C 2.84375 2.25 1.5 3.59375 1.5 5.25 C 1.5 5.292969 1.503906 5.335938 1.503906 5.378906 C 0.605469 5.695312 0 6.546875 0 7.5 C 0 8.742188 1.007812 9.75 2.25 9.75 L 9.75 9.75 C 10.992188 9.75 12 8.742188 12 7.5 C 12 6.542969 11.394531 5.695312 10.492188 5.378906 C 10.496094 5.335938 10.5 5.292969 10.5 5.25 C 10.5 4.007812 9.492188 3 8.25 3 C 7.761719 3 7.289062 3.160156 6.898438 3.453125 C 6.332031 2.699219 5.445312 2.25 4.5 2.25 Z M 4.5 2.25"/> + </g> </defs> - <path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="M 6,3 A 4,4 0 0 0 2,7 4,4 0 0 0 2.0058594,7.171875 3,3 0 0 0 0,10 3,3 0 0 0 3,13 l 10,0 A 3,3 0 0 0 16,10 3,3 0 0 0 13.990234,7.171875 3,3 0 0 0 14,7 3,3 0 0 0 11,4 3,3 0 0 0 9.1992188,4.6054688 4,4 0 0 0 6,3 Z"/> + <g> + <use mask="url(#mask0)" xlink:href="#surface5"/> + </g> </svg> |