1<!--
2    Copyright (C) 2021 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<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_color_inversion_background"/>
23    </item>
24    <item android:gravity="center">
25        <vector
26            android:width="32dp"
27            android:height="32dp"
28            android:viewportWidth="192"
29            android:viewportHeight="192">
30            <path
31                android:fillAlpha="0.2"
32                android:fillColor="#212121"
33                android:pathData="M96,183L96,183c-48.23,0 -87.72,-39.33 -87.99,-87.5C8.01,95.67 8,95.83 8,96v0c0,48.4 39.6,88 88,88h0c48.4,0 88,-39.6 88,-88v0c0,-0.17 -0.01,-0.33 -0.01,-0.5C183.72,143.67 144.23,183 96,183z" />
34            <path
35                android:fillAlpha="0.2"
36                android:fillColor="#FFFFFF"
37                android:pathData="M184,96c0,-48.4 -39.6,-88 -88,-88h0C47.6,8 8,47.6 8,96v0c0,0.17 0.01,0.33 0.01,0.5C8.28,48.33 47.77,9 96,9h0c48.23,0 87.72,39.33 87.99,87.5C183.99,96.33 184,96.17 184,96L184,96z"
38                android:strokeAlpha="0.2" />
39            <path
40                android:fillAlpha="0.2"
41                android:fillColor="#FFFFFF"
42                android:pathData="M53,122.2l5.03,-4.79l-13.88,-13.26c-0.05,0.78 -0.14,1.52 -0.15,2.34c-0.39,22.27 17.27,40.22 39.99,41.66v-5.31C70.13,141.78 58.56,133.69 53,122.2z"
43                android:strokeAlpha="0.2" />
44            <path
45                android:fillAlpha="0.2"
46                android:fillColor="#FFFFFF"
47                android:pathData="M109,44.15v5.31c13.65,1.05 24.67,9.15 30.11,20.64l-4.92,4.79l13.62,13.26c0.09,-0.78 0.17,-1.53 0.19,-2.34C148.38,63.53 131.36,45.59 109,44.15z"
48                android:strokeAlpha="0.2" />
49            <path
50                android:fillAlpha="0.2"
51                android:fillColor="#263238"
52                android:pathData="M70.4,96.18c0,0.17 0.01,0.33 0.01,0.5c0.27,-13.88 11.64,-25.1 25.59,-25.1v-1C81.89,70.57 70.4,82.06 70.4,96.18z"
53                android:strokeAlpha="0.2" />
54            <path
55                android:fillAlpha="0.2"
56                android:fillColor="#263238"
57                android:pathData="M128,96.67c-0.27,17.47 -14.46,31.5 -31.99,31.5c-8.79,0 -16.75,-3.53 -22.53,-9.26l-0.04,0l5.03,5.04c5.03,3.3 11.05,5.22 17.53,5.22c17.7,0 32,-14.31 32,-32C128.01,97.01 128,96.84 128,96.67z"
58                android:strokeAlpha="0.2" />
59            <path
60                android:fillColor="#FFFFFF"
61                android:pathData="M96,64.16c-17.7,0 -32,14.3 -32,32c0,17.7 14.3,32 32,32c17.7,0 32,-14.3 32,-32C128,78.47 113.7,64.16 96,64.16zM70.4,96.16c0,-14.11 11.49,-25.6 25.6,-25.6v51.2C81.89,121.77 70.4,110.28 70.4,96.16z" />
62        </vector>
63    </item>
64</layer-list>
65