27 lines
1.6 KiB
XML
27 lines
1.6 KiB
XML
<!--
|
|
~ Copyright (C) 2021 The Android Open Source Project
|
|
~
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
~ you may not use this file except in compliance with the License.
|
|
~ You may obtain a copy of the License at
|
|
~
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
~ See the License for the specific language governing permissions and
|
|
~ limitations under the License.
|
|
-->
|
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:autoMirrored="true"
|
|
android:viewportWidth="18"
|
|
android:viewportHeight="20"
|
|
android:width="@dimen/unmute_icon_width"
|
|
android:height="@dimen/unmute_icon_height">
|
|
<path
|
|
android:fillColor="@color/dark_icon_tint"
|
|
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"/>
|
|
</vector>
|