| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| SPDX-FileCopyrightText: 2023 The LineageOS Project |
| SPDX-License-Identifier: Apache-2.0 |
| --> |
| |
| <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> |
| <item> |
| <shape android:shape="oval"> |
| <size |
| android:width="24dp" |
| android:height="24dp" /> |
| <solid android:color="@color/system_neutral2_700" /> |
| </shape> |
| </item> |
| <item> |
| <vector |
| android:width="24dp" |
| android:height="24dp" |
| android:viewportWidth="24" |
| android:viewportHeight="24"> |
| <path |
| android:fillColor="#FFF" |
| android:pathData="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /> |
| </vector> |
| </item> |
| |
| </layer-list> |