1<?xml version="1.0" encoding="utf-8"?>
2<!--
3    Copyright (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<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
18    <item>
19        <com.android.settingslib.widget.AdaptiveIconShapeDrawable
20            android:width="@dimen/accessibility_icon_size"
21            android:height="@dimen/accessibility_icon_size"
22            android:color="@color/accessibility_feature_background"/>
23    </item>
24    <item android:gravity="center">
25        <vector xmlns:android="http://schemas.android.com/apk/res/android"
26            android:width="@dimen/accessibility_icon_foreground_size"
27            android:height="@dimen/accessibility_icon_foreground_size"
28            android:viewportWidth="24"
29            android:viewportHeight="24">
30            <path
31                android:fillColor="@android:color/white"
32                android:pathData="M9 14.5V13H15V14.5H9ZM8 11.5V10H16V11.5H8ZM7 23C6.45 23 5.975 22.8083 5.575 22.425C5.19167 22.025 5 21.55 5 21V3C5 2.45 5.19167 1.98333 5.575 1.6C5.975 1.2 6.45 0.999999 7 0.999999H17C17.55 0.999999 18.0167 1.2 18.4 1.6C18.8 1.98333 19 2.45 19 3V21C19 21.55 18.8 22.025 18.4 22.425C18.0167 22.8083 17.55 23 17 23H7ZM7 20V21H17V20H7ZM7 18H17V6H7V18ZM7 4H17V3H7V4ZM7 4V3V4ZM7 20V21V20Z"/>
33        </vector>
34    </item>
35</layer-list>