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="M218.57,538.67Q194.33,538.67 177.17,521.41Q160,504.14 160,479.91Q160,455.67 177.26,438.5Q194.52,421.33 218.76,421.33Q243,421.33 260.17,438.59Q277.33,455.86 277.33,480.09Q277.33,504.33 260.07,521.5Q242.81,538.67 218.57,538.67ZM479.91,538.67Q455.67,538.67 438.5,521.41Q421.33,504.14 421.33,479.91Q421.33,455.67 438.6,438.5Q455.86,421.33 480.09,421.33Q504.33,421.33 521.5,438.59Q538.67,455.86 538.67,480.09Q538.67,504.33 521.41,521.5Q504.14,538.67 479.91,538.67ZM741.24,538.67Q717,538.67 699.83,521.41Q682.67,504.14 682.67,479.91Q682.67,455.67 699.93,438.5Q717.19,421.33 741.43,421.33Q765.67,421.33 782.83,438.59Q800,455.86 800,480.09Q800,504.33 782.74,521.5Q765.48,538.67 741.24,538.67Z"/> 25</vector> 26