1<!-- Copyright (C) 2022 The Android Open Source Project
2
3     Licensed under the Apache License, Version 2.0 (the "License");
4     you may not use this file except in compliance with the License.
5     You may obtain a copy of the License at
6
7          http://www.apache.org/licenses/LICENSE-2.0
8
9     Unless required by applicable law or agreed to in writing, software
10     distributed under the License is distributed on an "AS IS" BASIS,
11     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12     See the License for the specific language governing permissions and
13     limitations under the License.
14-->
15<vector xmlns:android="http://schemas.android.com/apk/res/android"
16    xmlns:aapt="http://schemas.android.com/aapt"
17    android:width="108dp"
18    android:height="108dp"
19    android:viewportHeight="108"
20    android:viewportWidth="108">
21  <path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z">
22    <aapt:attr name="android:fillColor">
23      <gradient
24          android:endX="85.84757"
25          android:endY="92.4963"
26          android:startX="42.9492"
27          android:startY="49.59793"
28          android:type="linear">
29        <item
30            android:color="#44000000"
31            android:offset="0.0" />
32        <item
33            android:color="#00000000"
34            android:offset="1.0" />
35      </gradient>
36    </aapt:attr>
37  </path>
38  <path
39      android:fillColor="#FFFFFF"
40      android:fillType="nonZero"
41      android:pathData="M65.3,45.828l3.8,-6.6c0.2,-0.4 0.1,-0.9 -0.3,-1.1c-0.4,-0.2 -0.9,-0.1 -1.1,0.3l-3.9,6.7c-6.3,-2.8 -13.4,-2.8 -19.7,0l-3.9,-6.7c-0.2,-0.4 -0.7,-0.5 -1.1,-0.3C38.8,38.328 38.7,38.828 38.9,39.228l3.8,6.6C36.2,49.428 31.7,56.028 31,63.928h46C76.3,56.028 71.8,49.428 65.3,45.828zM43.4,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2c-0.3,-0.7 -0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C45.3,56.528 44.5,57.328 43.4,57.328L43.4,57.328zM64.6,57.328c-0.8,0 -1.5,-0.5 -1.8,-1.2s-0.1,-1.5 0.4,-2.1c0.5,-0.5 1.4,-0.7 2.1,-0.4c0.7,0.3 1.2,1 1.2,1.8C66.5,56.528 65.6,57.328 64.6,57.328L64.6,57.328z"
42      android:strokeColor="#00000000"
43      android:strokeWidth="1" />
44</vector>
45