Chihhang Chuang | 5198aca | 2021-06-09 13:57:03 +0800 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright (C) 2019 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 | <!-- Represents the wallpaper icon (a "landscape" shape in a box) --> |
| 17 | <vector xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | android:width="24dp" |
| 19 | android:height="24dp" |
| 20 | android:viewportWidth="24" |
| 21 | android:viewportHeight="24"> |
| 22 | <path |
| 23 | android:fillColor="@android:color/white" |
| 24 | android:pathData="M9,12.71l2.14,2.58l3,-3.87L18,16.57H6L9,12.71zM5,5h6V3H5C3.9,3 3,3.9 3,5v6h2V5zM19,19h-6v2h6c1.1,0 2,-0.9 2,-2v-6h-2V19zM5,19v-6H3v6c0,1.1 0.9,2 2,2h6v-2H5zM19,5v6h2V5c0,-1.1 -0.9,-2 -2,-2h-6v2H19zM16,9c0.55,0 1,-0.45 1,-1s-0.45,-1 -1,-1c-0.55,0 -1,0.45 -1,1S15.45,9 16,9z"/> |
| 25 | </vector> |