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="M4,21C3.717,21 3.475,20.908 3.275,20.725C3.092,20.525 3,20.283 3,20V17.575C3,17.308 3.05,17.058 3.15,16.825C3.25,16.575 3.392,16.358 3.575,16.175L16.2,3.575C16.4,3.392 16.617,3.25 16.85,3.15C17.1,3.05 17.358,3 17.625,3C17.892,3 18.15,3.05 18.4,3.15C18.65,3.25 18.867,3.4 19.05,3.6L20.425,5C20.625,5.183 20.767,5.4 20.85,5.65C20.95,5.9 21,6.15 21,6.4C21,6.667 20.95,6.925 20.85,7.175C20.767,7.408 20.625,7.625 20.425,7.825L7.825,20.425C7.642,20.608 7.425,20.75 7.175,20.85C6.942,20.95 6.692,21 6.425,21H4ZM17.6,7.8L19,6.4L17.6,5L16.2,6.4L17.6,7.8Z" 27 android:fillColor="@color/system_primary"/> 28 </group> 29</vector> 30