diff options
Diffstat (limited to 'Flat Remix Dark/panel/smartphone-trusted.svg')
-rw-r--r-- | Flat Remix Dark/panel/smartphone-trusted.svg | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Flat Remix Dark/panel/smartphone-trusted.svg b/Flat Remix Dark/panel/smartphone-trusted.svg index 3e16461df..61babc45d 100644 --- a/Flat Remix Dark/panel/smartphone-trusted.svg +++ b/Flat Remix Dark/panel/smartphone-trusted.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 0.75 C 2.25 0.75 2.25 1.5 2.25 1.5 L 2.25 10.5 C 2.25 10.5 2.25 11.25 3 11.25 L 9 11.25 C 9.75 11.25 9.75 10.5 9.75 10.5 L 9.75 1.5 C 9.75 1.5 9.75 0.75 9 0.75 Z M 8.25 3 L 8.25 8.25 L 3.75 8.25 L 3.75 3 Z M 6 9 C 6.414062 9 6.75 9.335938 6.75 9.75 C 6.75 10.164062 6.414062 10.5 6 10.5 C 5.585938 10.5 5.25 10.164062 5.25 9.75 C 5.25 9.335938 5.585938 9 6 9 Z M 6 9"/> + </g> </defs> - <path style="opacity:0.3;fill:currentColor" class="ColorScheme-Text" d="M 4,1 C 3,1 3,2 3,2 V 14 C 3,14 3,15 4,15 H 12 C 13,15 13,14 13,14 V 2 C 13,2 13,1 12,1 Z M 11,4 V 11 H 5 V 4.002 L 11,4.0001 Z M 8,12 C 8.5523,12 9,12.448 9,13 9,13.552 8.5523,14 8,14 7.4477,14 7,13.552 7,13 7,12.448 7.4477,12 8,12 Z"/> + <g> + <use mask="url(#mask0)" xlink:href="#surface5"/> + </g> </svg> |