diff options
Diffstat (limited to 'Flat Remix Light/actions/scalable/audio-ready.svg')
-rw-r--r-- | Flat Remix Light/actions/scalable/audio-ready.svg | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/Flat Remix Light/actions/scalable/audio-ready.svg b/Flat Remix Light/actions/scalable/audio-ready.svg index c6a1047b7..ef9ec4dde 100644 --- a/Flat Remix Light/actions/scalable/audio-ready.svg +++ b/Flat Remix Light/actions/scalable/audio-ready.svg @@ -1,8 +1,21 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1" 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 6 2.5 L 3.953125 4.546875 L 2.546875 4.546875 L 2.546875 7.453125 L 3.953125 7.453125 L 6 9.5 Z M 7 2.5 L 7 3.25 C 8.160156 3.621094 9 4.714844 9 6 C 9 7.285156 8.160156 8.378906 7 8.75 L 7 9.5 C 8.574219 9.109375 9.75 7.699219 9.75 6 C 9.75 4.300781 8.574219 2.890625 7 2.5 Z M 7 4.5 L 7 7.5 C 7.53125 7.210938 7.894531 6.648438 7.894531 6 C 7.894531 5.351562 7.535156 4.789062 7 4.5 Z M 7 4.5"/> + </g> </defs> - <path style="fill:#31363b;opacity:0.3" class="ColorScheme-Text" d="M 8 1 L 3.9082031 5.0898438 L 1.0917969 5.0917969 L 1.0917969 10.908203 L 3.9101562 10.908203 L 8 15 L 8 1 z M 10.001953 1 L 10.001953 2.5 C 12.321953 3.24 14.001953 5.43 14.001953 8 C 14.001953 10.57 12.321953 12.76 10.001953 13.5 L 10.001953 15 C 13.151953 14.22 15.501953 11.4 15.501953 8 C 15.501953 4.6 13.151953 1.78 10.001953 1 z M 10 5 L 10 11 C 11.06 10.42 11.789062 9.3 11.789062 8 C 11.789062 6.7 11.07 5.58 10 5 z"/> + <g> + <use mask="url(#mask0)" xlink:href="#surface5"/> + </g> </svg> |