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="@dimen/wallpaper_control_icon_size" 19 android:height="@dimen/wallpaper_control_icon_size" 20 android:viewportWidth="@dimen/wallpaper_control_icon_viewport_size" 21 android:viewportHeight="@dimen/wallpaper_control_icon_viewport_size"> 22 <group> 23 <clip-path 24 android:pathData="M0,0h24v24h-24z"/> 25 <path 26 android:pathData="M17,22C16.167,22 15.458,21.708 14.875,21.125C14.292,20.542 14,19.833 14,19C14,18.9 14.025,18.667 14.075,18.3L7.05,14.2C6.783,14.45 6.475,14.65 6.125,14.8C5.775,14.933 5.4,15 5,15C4.167,15 3.458,14.708 2.875,14.125C2.292,13.542 2,12.833 2,12C2,11.167 2.292,10.458 2.875,9.875C3.458,9.292 4.167,9 5,9C5.4,9 5.775,9.075 6.125,9.225C6.475,9.358 6.783,9.55 7.05,9.8L14.075,5.7C14.042,5.583 14.017,5.475 14,5.375C14,5.258 14,5.133 14,5C14,4.167 14.292,3.458 14.875,2.875C15.458,2.292 16.167,2 17,2C17.833,2 18.542,2.292 19.125,2.875C19.708,3.458 20,4.167 20,5C20,5.833 19.708,6.542 19.125,7.125C18.542,7.708 17.833,8 17,8C16.6,8 16.225,7.933 15.875,7.8C15.525,7.65 15.217,7.45 14.95,7.2L7.925,11.3C7.958,11.417 7.975,11.533 7.975,11.65C7.992,11.75 8,11.867 8,12C8,12.133 7.992,12.258 7.975,12.375C7.975,12.475 7.958,12.583 7.925,12.7L14.95,16.8C15.217,16.55 15.525,16.358 15.875,16.225C16.225,16.075 16.6,16 17,16C17.833,16 18.542,16.292 19.125,16.875C19.708,17.458 20,18.167 20,19C20,19.833 19.708,20.542 19.125,21.125C18.542,21.708 17.833,22 17,22Z" 27 android:fillColor="@color/system_primary"/> 28 </group> 29</vector> 30