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 18<vector 19 xmlns:android="http://schemas.android.com/apk/res/android" 20 android:width="@dimen/icon_size" 21 android:height="@dimen/icon_size" 22 android:viewportHeight="24.0" 23 android:viewportWidth="24.0"> 24 <path 25 android:fillColor="?attr/iconColor" 26 android:pathData="M10.59,15.41c0.78,0.78 2.05,0.78 2.83,0C14.2,14.63 19,7 19,7s-7.63,4.8 -8.41,5.59C9.8,13.37 9.8,14.63 10.59,15.41z"/> 27 <path 28 android:fillColor="?attr/iconColor" 29 android:pathData="M20.36,8.59c-0.37,0.59 -0.78,1.23 -1.2,1.9c0.52,1.04 0.83,2.19 0.84,3.41c0.02,1.45 -0.36,2.87 -1.09,4.1L5.09,18.02C4.38,16.8 4,15.41 4,14c0,-4.41 3.59,-8 8,-8c0.07,0 0.15,0 0.23,0c1.18,0.03 2.29,0.34 3.29,0.84c0.66,-0.42 1.31,-0.83 1.89,-1.2C15.91,4.66 14.16,4.06 12.28,4C12.19,4 12.09,4 12,4C6.48,4 2,8.48 2,14c0,1.84 0.5,3.56 1.37,5.03C3.72,19.64 4.39,20 5.09,20h13.82c0.7,0 1.36,-0.36 1.72,-0.97c0.89,-1.51 1.39,-3.27 1.37,-5.16C21.97,11.94 21.37,10.13 20.36,8.59z"/> 30</vector>