diff options
Diffstat (limited to 'Flat Remix Light/actions/scalable/meeting-participant-no-response.svg')
-rw-r--r-- | Flat Remix Light/actions/scalable/meeting-participant-no-response.svg | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/Flat Remix Light/actions/scalable/meeting-participant-no-response.svg b/Flat Remix Light/actions/scalable/meeting-participant-no-response.svg index 79a80d68b..275a06f3d 100644 --- a/Flat Remix Light/actions/scalable/meeting-participant-no-response.svg +++ b/Flat Remix Light/actions/scalable/meeting-participant-no-response.svg @@ -1,9 +1,22 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> +<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:#31363b; } .ColorScheme-Highlight { color:#3daee9; } - </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(19.215686%,21.176471%,23.137255%)" d="M 8.5 3 C 8.222656 3 8 3.222656 8 3.5 C 8 3.777344 8.222656 4 8.5 4 C 8.777344 4 9 3.777344 9 3.5 C 9 3.222656 8.777344 3 8.5 3 Z M 8.5 4.5 C 8.222656 4.5 8 4.722656 8 5 C 8 5.277344 8.222656 5.5 8.5 5.5 C 8.777344 5.5 9 5.277344 9 5 C 9 4.722656 8.777344 4.5 8.5 4.5 Z M 8.5 6 C 8.222656 6 8 6.222656 8 6.5 C 8 6.777344 8.222656 7 8.5 7 C 8.777344 7 9 6.777344 9 6.5 C 9 6.222656 8.777344 6 8.5 6 Z M 8.5 6"/> + </g> </defs> - <path style="fill:currentColor" class="ColorScheme-Text" d="M 7 3 C 5.3431 3 4 4.3432 4 6 C 4 7.6568 5.3431 9 7 9 C 8.6569 9 10 7.6568 10 6 C 10 4.3432 8.6569 3 7 3 z M 7 10 C 0.9998 10.003 1 14 1 14 L 1 15 L 13 15 L 13 14 C 13 14 12.99977 9.997 7 10 z"/> - <path style="fill:currentColor;opacity:0.3" class="ColorScheme-Text" d="M 13 2 A 1 1 0 0 0 12 3 A 1 1 0 0 0 13 4 A 1 1 0 0 0 14 3 A 1 1 0 0 0 13 2 z M 13 5 A 1 1 0 0 0 12 6 A 1 1 0 0 0 13 7 A 1 1 0 0 0 14 6 A 1 1 0 0 0 13 5 z M 13 8 A 1 1 0 0 0 12 9 A 1 1 0 0 0 13 10 A 1 1 0 0 0 14 9 A 1 1 0 0 0 13 8 z"/> + <g> + <path style="fill:rgb(19.215686%,21.176471%,23.137255%)" d="M 5.5 3.5 C 4.671875 3.5 4 4.171875 4 5 C 4 5.828125 4.671875 6.5 5.5 6.5 C 6.328125 6.5 7 5.828125 7 5 C 7 4.171875 6.328125 3.5 5.5 3.5 Z M 5.5 7 C 2.5 7 2.5 9 2.5 9 L 2.5 9.5 L 8.5 9.5 L 8.5 9 C 8.5 9 8.5 7 5.5 7 Z M 5.5 7"/> + <use mask="url(#mask0)" xlink:href="#surface5"/> + </g> </svg> |