1<!--
2  ~ Copyright (C) 2024 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="40dp"
19    android:height="40dp"
20    android:viewportWidth="960"
21    android:viewportHeight="960">
22    <path
23        android:fillColor="@android:color/white"
24        android:pathData="M478,840Q332.67,840 229.17,739.17Q125.67,638.33 120.67,492.67L188,492.67Q192.67,610.67 276.17,692Q359.67,773.33 478,773.33Q601.67,773.33 687.5,686.83Q773.33,600.33 773.33,476.67Q773.33,355 686.83,270.83Q600.33,186.67 478,186.67Q409.67,186.67 350,218Q290.33,249.33 247.33,302L354,302L354,368.67L134.67,368.67L134.67,150L201.33,150L201.33,252Q253,190 325.17,155Q397.33,120 478,120Q553,120 618.83,148.17Q684.67,176.33 733.83,224.83Q783,273.33 811.5,338.5Q840,403.67 840,478.67Q840,553.67 811.5,619.5Q783,685.33 733.83,734.17Q684.67,783 618.83,811.5Q553,840 478,840ZM600.67,644.67L447.33,492.67L447.33,278L514,278L514,465.33L648,597.33L600.67,644.67Z"/>
25</vector>
26