1<!--
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
17<vector xmlns:android="http://schemas.android.com/apk/res/android"
18        android:width="@dimen/icon_size"
19        android:height="@dimen/icon_size"
20        android:viewportWidth="44"
21        android:viewportHeight="44"
22        android:tint="@color/icon_color_default">
23    <path
24        android:pathData="M22.0001,11.9167C24.5301,11.9167 26.5834,13.9701 26.5834,16.5001C26.5834,17.8476 25.9876,19.0484 25.0617,19.8917L31.7167,26.5467C33.5042,23.1367 34.8334,19.5892 34.8334,16.5001C34.8334,9.4143 29.0859,3.6667 22.0001,3.6667C18.3701,3.6667 15.0976,5.1792 12.7692,7.5992L18.6084,13.4384C19.4426,12.5126 20.6526,11.9167 22.0001,11.9167ZM30.0209,29.5167L21.5417,21.0376L21.3401,20.8359L5.9951,5.5001L3.6667,7.8376L9.4967,13.6676C9.2859,14.5751 9.1667,15.5192 9.1667,16.5001C9.1667,26.1251 22.0001,40.3334 22.0001,40.3334C22.0001,40.3334 25.0617,36.9417 28.1876,32.3584L34.3292,38.5001L36.6667,36.1626L30.0209,29.5167Z"
25        android:fillColor="#000000"/>
26</vector>