1<?xml version="1.0" encoding="utf-8"?><!--
2  ~ Copyright (C) 2023 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
18<vector xmlns:android="http://schemas.android.com/apk/res/android"
19    android:width="48dp"
20    android:height="48dp"
21    android:viewportWidth="48"
22    android:viewportHeight="48"
23    android:tintMode="multiply"
24    android:tint="@color/wallpaper_control_button_ic_color_tint">
25    <path
26        android:fillColor="@android:color/white"
27        android:pathData="M23.85,42Q16.4,42 11.2,36.725Q6,31.45 6,23.95H9Q9,30.2 13.3,34.6Q17.6,39 23.85,39Q30.2,39 34.6,34.55Q39,30.1 39,23.75Q39,17.55 34.55,13.275Q30.1,9 23.85,9Q20.45,9 17.475,10.55Q14.5,12.1 12.3,14.65H17.55V17.65H7.1V7.25H10.1V12.55Q12.7,9.5 16.275,7.75Q19.85,6 23.85,6Q27.6,6 30.9,7.4Q34.2,8.8 36.675,11.225Q39.15,13.65 40.575,16.9Q42,20.15 42,23.9Q42,27.65 40.575,30.95Q39.15,34.25 36.675,36.7Q34.2,39.15 30.9,40.575Q27.6,42 23.85,42ZM30.25,32.15 L22.55,24.55V13.85H25.55V23.3L32.4,30Z"/>
28</vector>
29