1<?xml version="1.0" encoding="utf-8"?> 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<vector xmlns:android="http://schemas.android.com/apk/res/android" 17 android:width="48dp" 18 android:height="48dp" 19 android:viewportWidth="48" 20 android:viewportHeight="48"> 21 <path 22 android:pathData="M24,24m-24,0a24,24 0,1 1,48 0a24,24 0,1 1,-48 0" 23 android:fillColor="#81C995"/> 24 <path 25 android:pathData="M27,34C23.134,34 20,30.866 20,27C20,23.134 23.134,20 27,20C30.866,20 34,23.134 34,27C34,28.4872 33.5362,29.8662 32.7453,31" 26 android:strokeWidth="2" 27 android:fillColor="#00000000" 28 android:strokeColor="#3C4043"/> 29 <path 30 android:pathData="M35,33l-8,0l-0,2l8,0z" 31 android:fillColor="#3C4043"/> 32 <path 33 android:pathData="M21,21m-6,0a6,6 0,1 1,12 0a6,6 0,1 1,-12 0" 34 android:fillColor="#81C995"/> 35 <path 36 android:pathData="M16,25h5v2h-5z" 37 android:fillColor="#81C995"/> 38 <path 39 android:pathData="M21,28C24.866,28 28,24.866 28,21C28,17.134 24.866,14 21,14C17.134,14 14,17.134 14,21C14,22.4872 14.4638,23.8662 15.2547,25" 40 android:strokeWidth="2" 41 android:fillColor="#00000000" 42 android:strokeColor="#ffffff"/> 43 <path 44 android:pathData="M13,27h8v2h-8z" 45 android:fillColor="#ffffff"/> 46</vector> 47