diff options
Diffstat (limited to 'Flat Remix/panel/keepassx-indicator.svg')
-rw-r--r-- | Flat Remix/panel/keepassx-indicator.svg | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/Flat Remix/panel/keepassx-indicator.svg b/Flat Remix/panel/keepassx-indicator.svg index c60136038..cff06e2a4 100644 --- a/Flat Remix/panel/keepassx-indicator.svg +++ b/Flat Remix/panel/keepassx-indicator.svg @@ -1,9 +1,22 @@ -<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:rgb(82.745098%,85.490196%,89.019608%)" d="M 1.5 2.324219 C 1.308594 2.324219 1.117188 2.398438 0.96875 2.542969 C 0.675781 2.835938 0.675781 3.308594 0.96875 3.605469 L 4.152344 6.785156 L 5.214844 5.726562 L 2.03125 2.542969 C 1.886719 2.398438 1.691406 2.324219 1.5 2.324219 Z M 6.273438 6.785156 L 5.25 7.882812 L 8.394531 11.03125 C 8.6875 11.324219 9.164062 11.324219 9.457031 11.03125 C 9.75 10.734375 9.75 10.261719 9.457031 9.96875 Z M 6.273438 6.785156"/> + </g> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 11 1 A 4 4 0 0 0 7 5 A 4 4 0 0 0 7.5566406 7.0273438 L 6.9511719 7.6328125 L 5.5351562 9.046875 L 1.2929688 13.291016 C 0.90116875 13.682016 0.90116875 14.315031 1.2929688 14.707031 C 1.6846687 15.098031 2.3172844 15.098031 2.7089844 14.707031 L 3.4160156 14 L 5 14 L 5 12.416016 L 5.4160156 12 L 7 12 L 7 10.513672 L 8.3652344 9.046875 L 8.9707031 8.4414062 A 4 4 0 0 0 11 9 A 4 4 0 0 0 15 5 A 4 4 0 0 0 11 1 z M 12 3 A 1 1 0 0 1 13 4 A 1 1 0 0 1 12 5 A 1 1 0 0 1 11 4 A 1 1 0 0 1 12 3 z"/> - <path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="m 2.00085,3.0986 c -0.2556,0 -0.5112,0.0971 -0.707,0.293 -0.3918,0.3917 -0.3918,1.0223 0,1.414 l 4.2422,4.2424 1.416,-1.414 -4.2422,-4.2424 c -0.1959,-0.1959 -0.4534,-0.293 -0.709,-0.293 z m 6.365,5.9494 -1.365,1.465 4.193,4.193 c 0.392,0.392 1.023,0.392 1.414,0 0.392,-0.392 0.392,-1.024 0,-1.416 z"/> + <g> + <path style="fill:rgb(82.745098%,85.490196%,89.019608%)" d="M 8.25 0.75 C 6.59375 0.75 5.25 2.09375 5.25 3.75 C 5.25 4.285156 5.394531 4.808594 5.667969 5.269531 L 0.96875 9.96875 C 0.675781 10.261719 0.675781 10.734375 0.96875 11.03125 C 1.261719 11.324219 1.738281 11.324219 2.03125 11.03125 L 2.5625 10.5 L 3.75 10.5 L 3.75 9.3125 L 4.0625 9 L 5.25 9 L 5.25 7.886719 L 6.273438 6.785156 L 6.726562 6.332031 C 7.1875 6.605469 7.714844 6.75 8.25 6.75 C 9.90625 6.75 11.25 5.40625 11.25 3.75 C 11.25 2.09375 9.90625 0.75 8.25 0.75 Z M 9 2.25 C 9.414062 2.25 9.75 2.585938 9.75 3 C 9.75 3.414062 9.414062 3.75 9 3.75 C 8.585938 3.75 8.25 3.414062 8.25 3 C 8.25 2.585938 8.585938 2.25 9 2.25 Z M 9 2.25"/> + <use mask="url(#mask0)" xlink:href="#surface5"/> + </g> </svg> |