1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2021 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License. 16 --> 17<vector xmlns:android="http://schemas.android.com/apk/res/android" 18 android:width="32dp" 19 android:height="32dp" 20 android:viewportWidth="32" 21 android:viewportHeight="32"> 22 <path 23 android:pathData="m32,15.9994c0,8.8368 -7.1636,16.0006 -16,16.0006 -8.8364,0 -16,-7.1638 -16,-16.0006 0,-8.8356 7.1636,-15.9994 16,-15.9994 8.8364,0 16,7.1638 16,15.9994z" 24 android:fillColor="#3c4043" 25 android:fillType="evenOdd"/> 26 <path 27 android:pathData="m9,14.5882c0,-0.2775 0.1153,-0.5426 0.3184,-0.7318l6,-5.5882c0.384,-0.3576 0.9791,-0.3576 1.3631,0l6,5.5882c0.2031,0.1892 0.3184,0.4542 0.3184,0.7318v7.4118c0,0.5523 -0.4477,1 -1,1h-12c-0.5523,0 -1,-0.4477 -1,-1zM11,15.0234v5.9766h10v-5.9766l-5,-4.6569z" 28 android:fillColor="#e8eaed" 29 android:fillType="nonZero"/> 30</vector> 31