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="48dp" 19 android:height="48dp" 20 android:viewportWidth="48" 21 android:viewportHeight="48"> 22 <path 23 android:pathData="M24,24m-24,0a24,24 0,1 1,48 0a24,24 0,1 1,-48 0" 24 android:fillColor="#81C995"/> 25 <path 26 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" 27 android:strokeWidth="2" 28 android:fillColor="#00000000" 29 android:strokeColor="#3C4043"/> 30 <path 31 android:pathData="M35,33l-8,0l-0,2l8,0z" 32 android:fillColor="#3C4043"/> 33 <path 34 android:pathData="M21,21m-6,0a6,6 0,1 1,12 0a6,6 0,1 1,-12 0" 35 android:fillColor="#81C995"/> 36 <path 37 android:pathData="M16,25h5v2h-5z" 38 android:fillColor="#81C995"/> 39 <path 40 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" 41 android:strokeWidth="2" 42 android:fillColor="#00000000" 43 android:strokeColor="#ffffff"/> 44 <path 45 android:pathData="M13,27h8v2h-8z" 46 android:fillColor="#ffffff"/> 47</vector>