1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3Copyright (C) 2024 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="108dp" 19 android:height="108dp" 20 android:viewportWidth="108" 21 android:viewportHeight="108"> 22 <!-- space (themed version) --> 23 <path 24 android:pathData="M0,0h108v108h-108z" 25 android:fillColor="@android:color/system_neutral1_800"/> 26 <!-- stars (themed version) --> 27 <group> 28 <path 29 android:pathData="M32,34 h1v1h-1z" 30 android:fillColor="@android:color/system_accent3_200"/> 31 <path 32 android:pathData="M33,61 h1v1h-1z" 33 android:fillColor="@android:color/system_accent3_200"/> 34 <path 35 android:pathData="M71,34 h1v1h-1z" 36 android:fillColor="@android:color/system_accent3_200"/> 37 <path 38 android:pathData="M62,56 h1v1h-1z" 39 android:fillColor="@android:color/system_accent3_200"/> 40 <path 41 android:pathData="M68,47 h1v1h-1z" 42 android:fillColor="@android:color/system_accent3_200"/> 43 <path 44 android:pathData="M72,55 h1v1h-1z" 45 android:fillColor="@android:color/system_accent3_200"/> 46 <path 47 android:pathData="M39,36 h1v1h-1z" 48 android:fillColor="@android:color/system_accent3_200"/> 49 50 <path 51 android:pathData="M72,49 h2v2h-2z" 52 android:fillColor="@android:color/system_accent3_200"/> 53 <path 54 android:pathData="M46,53 h2v2h-2z" 55 android:fillColor="@android:color/system_accent3_200"/> 56 <path 57 android:pathData="M32,45 h2v2h-2z" 58 android:fillColor="@android:color/system_accent3_200"/> 59 <path 60 android:pathData="M43,37 h2v2h-2z" 61 android:fillColor="@android:color/system_accent3_200"/> 62 <path 63 android:pathData="M78,51 h2v2h-2z" 64 android:fillColor="@android:color/system_accent3_200"/> 65 <path 66 android:pathData="M34,51 h2v2h-2z" 67 android:fillColor="@android:color/system_accent3_200"/> 68 <path 69 android:pathData="M76,41 h2v2h-2z" 70 android:fillColor="@android:color/system_accent3_200"/> 71 <path 72 android:pathData="M39,46 h2v2h-2z" 73 android:fillColor="@android:color/system_accent3_200"/> 74 </group> 75</vector> 76