1<!-- 2 ~ Copyright (C) 2021 The Android Open Source Project 3 ~ 4 ~ Licensed under the Apache License, Version 2.0 (the "License"); 5 ~ you may not use this file except in compliance with the License. 6 ~ You may obtain a copy of the License at 7 ~ 8 ~ http://www.apache.org/licenses/LICENSE-2.0 9 ~ 10 ~ Unless required by applicable law or agreed to in writing, software 11 ~ distributed under the License is distributed on an "AS IS" BASIS, 12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 ~ See the License for the specific language governing permissions and 14 ~ limitations under the License. 15 --> 16 17<vector xmlns:android="http://schemas.android.com/apk/res/android" 18 android:autoMirrored="true" 19 android:viewportWidth="18" 20 android:viewportHeight="20" 21 android:width="@dimen/unmute_icon_width" 22 android:height="@dimen/unmute_icon_height"> 23 <path 24 android:fillColor="@color/dark_icon_tint" 25 android:pathData="M16.667,16.695L4.507,4.15L1.942,1.505L0.667,2.775L3.467,5.575L3.472,5.58C2.947,6.57 2.667,7.74 2.667,9V14L0.667,16V17H14.397L16.397,19L17.667,17.725L16.667,16.695ZM8.667,20C9.772,20 10.667,19.105 10.667,18H6.667C6.667,19.105 7.562,20 8.667,20ZM14.667,12.68V9C14.667,5.925 13.032,3.36 10.167,2.68V2C10.167,1.17 9.497,0.5 8.667,0.5C7.837,0.5 7.167,1.17 7.167,2V2.68C7.022,2.715 6.882,2.755 6.742,2.8C6.637,2.835 6.537,2.87 6.437,2.91C6.437,2.91 6.432,2.91 6.432,2.915C6.427,2.915 6.422,2.92 6.417,2.92C6.187,3.01 5.962,3.115 5.742,3.23C5.737,3.23 5.732,3.235 5.727,3.235L14.667,12.68Z"/> 26</vector> 27