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<vector xmlns:android="http://schemas.android.com/apk/res/android" 18 android:width="48dp" 19 android:height="48dp" 20 android:viewportWidth="24" 21 android:viewportHeight="24"> 22 <path 23 android:fillColor="@color/preference_icon_color" 24 android:pathData="M9.73 12.85C9.34 13.24 9.34 13.87 9.73 14.26C10.12 14.65 10.75 14.65 11.14 14.26L12.7 12.7C13.09 12.31 13.09 11.68 12.7 11.29C12.31 10.9 11.68 10.9 11.29 11.29L9.73 12.85Z"/> 25 <path 26 android:fillColor="@color/preference_icon_color" 27 android:pathData="M20.31 8.56L19.77 4.23L15.44 3.69L12 1L8.56 3.69L4.22 4.22L3.69 8.56L1 12L3.69 15.44L4.23 19.77L8.56 20.31L12 23L15.44 20.31L19.77 19.77L20.31 15.44L23 12L20.31 8.56ZM16 12.5C16 14.91 14.06 17 11.5 17C10.62 17 9.81 16.74 9.11 16.3L8.7 16.71C8.31 17.1 7.68 17.1 7.29 16.71C6.9 16.32 6.9 15.69 7.29 15.3L7.7 14.89C7.26 14.19 7 13.38 7 12.5C7 9.93 9.1 8 11.5 8H16V12.5Z"/> 28</vector> 29