diff options
Diffstat (limited to 'browser/themes/shared/tabbrowser/tab-audio-blocked-small.svg')
-rw-r--r-- | browser/themes/shared/tabbrowser/tab-audio-blocked-small.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/browser/themes/shared/tabbrowser/tab-audio-blocked-small.svg b/browser/themes/shared/tabbrowser/tab-audio-blocked-small.svg new file mode 100644 index 0000000000..14a59803f3 --- /dev/null +++ b/browser/themes/shared/tabbrowser/tab-audio-blocked-small.svg @@ -0,0 +1,7 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" width="12" height="12"> + <circle cx="6" cy="6" r="5" fill="context-stroke"/> + <path d="M6 1.5c2.5 0 4.5 2 4.5 4.5s-2 4.5-4.5 4.5-4.5-2-4.5-4.5 2-4.5 4.5-4.5m0-1C3 .5.5 3 .5 6S3 11.5 6 11.5 11.5 9 11.5 6 9 .5 6 .5zM4.2 8V4c0-.4.4-.6.7-.4l3.5 2c.3.2.3.7 0 .9L5 8.4c-.3.2-.8 0-.8-.4z" fill="context-fill" fill-opacity="context-fill-opacity"/> +</svg> |