1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2022 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License. 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:tint="?attr/colorControlNormal"> 24 <path 25 android:fillColor="@color/preference_icon_color" 26 android:pathData="M32.78,13.47c-0.58,-0.59 -1.53,-0.6 -2.12,-0.02c-0.59,0.58 -0.6,1.53 -0.02,2.12c2.86,2.9 2.82,7.59 -0.08,10.44c-0.59,0.58 -0.6,1.53 -0.02,2.12c0.29,0.3 0.68,0.45 1.07,0.45c0.38,0 0.76,-0.14 1.05,-0.43C36.74,24.14 36.79,17.55 32.78,13.47z"/> 27 <path 28 android:fillColor="@color/preference_icon_color" 29 android:pathData="M37.74,6.8c-0.58,-0.59 -1.53,-0.6 -2.12,-0.02c-0.59,0.58 -0.6,1.53 -0.02,2.12c6.53,6.62 6.45,17.32 -0.18,23.85c-0.59,0.58 -0.6,1.53 -0.02,2.12c0.29,0.3 0.68,0.45 1.07,0.45c0.38,0 0.76,-0.14 1.05,-0.43C45.33,27.2 45.42,14.6 37.74,6.8z"/> 30 <path 31 android:fillColor="@color/preference_icon_color" 32 android:pathData="M25.77,31.15H9.34c-2.64,0 -4.79,2.1 -4.79,4.67v4.33c0,0.83 0.67,1.5 1.5,1.5s1.5,-0.67 1.5,-1.5v-4.33c0,-0.92 0.8,-1.67 1.79,-1.67h16.43c0.99,0 1.79,0.75 1.79,1.67v4.33c0,0.83 0.67,1.5 1.5,1.5s1.5,-0.67 1.5,-1.5v-4.33C30.56,33.24 28.41,31.15 25.77,31.15z"/> 33 <path 34 android:fillColor="@color/preference_icon_color" 35 android:pathData="M17.56,27.58c3.54,0 6.43,-2.88 6.43,-6.43s-2.88,-6.43 -6.43,-6.43s-6.43,2.88 -6.43,6.43S14.01,27.58 17.56,27.58zM17.56,17.72c1.89,0 3.43,1.54 3.43,3.43s-1.54,3.43 -3.43,3.43s-3.43,-1.54 -3.43,-3.43S15.67,17.72 17.56,17.72z"/> 36</vector> 37