Commit | Line | Data |
---|---|---|
b1dfcf32 RK |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!-- This Source Code Form is subject to the terms of the Mozilla Public | |
3 | - License, v. 2.0. If a copy of the MPL was not distributed with this | |
4 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> | |
d23bf94a | 5 | <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> |
b1dfcf32 | 6 | <style> |
d23bf94a | 7 | path:not(:target) { |
b1dfcf32 RK |
8 | display: none; |
9 | } | |
b1dfcf32 RK |
10 | </style> |
11 | ||
d23bf94a | 12 | <path id="tab-audio" d="M4,5C2.9,5,2,5.9,2,7v2c0,1.1,0.9,2,2,2h1.2L9,14V2L5.2,5H4z M11,8c0-0.6-0.4-1-1-1v2C10.6,9,11,8.6,11,8z M13,8 c0-1.4-1-2.6-2.3-2.9L10.4,6C11.3,6.2,12,7,12,8s-0.7,1.8-1.6,2l0.4,0.9C12,10.6,13,9.4,13,8z M11.4,3.2l-0.4,0.9 C12.8,4.6,14,6.2,14,8s-1.2,3.4-2.9,3.8l0.4,0.9C13.5,12.2,15,10.3,15,8S13.5,3.8,11.4,3.2z"/> |
b1dfcf32 | 13 | |
d23bf94a | 14 | <path id="tab-audio-muted" d="M12.5,3.4L9,6.3V2L5.2,5H4C2.9,5,2,5.9,2,7v2c0,0.9,0.6,1.6,1.4,1.9l-1.9,1.5l1,1.2l11-9L12.5,3.4z M9,14v-4l-2.5,2L9,14z"/> |
b1dfcf32 | 15 | </svg> |