1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2021 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
18<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
19    <item>
20        <com.android.car.settings.common.TopLevelIconShapeDrawable
21            android:width="@dimen/icon_size"
22            android:height="@dimen/icon_size"
23            android:tint="@color/top_level_accessibility_background"/>
24    </item>
25    <item
26        android:start="@dimen/top_level_foreground_icon_inset"
27        android:top="@dimen/top_level_foreground_icon_inset"
28        android:end="@dimen/top_level_foreground_icon_inset"
29        android:bottom="@dimen/top_level_foreground_icon_inset">
30        <vector
31            android:width="@dimen/icon_size"
32            android:height="@dimen/icon_size"
33            android:viewportWidth="44"
34            android:viewportHeight="44">
35            <path
36                android:pathData="M22,7.3333C24.0167,7.3333 25.6667,5.6833 25.6667,3.6667C25.6667,1.65 24.0167,0 22,0C19.9833,0 18.3333,1.65 18.3333,3.6667C18.3333,5.6833 19.9833,7.3333 22,7.3333ZM37.5833,7.3333C32.7983,8.6167 27.1883,9.1667 22,9.1667C16.8117,9.1667 11.2017,8.6167 6.4167,7.3333L5.5,11C8.91,11.9167 12.8333,12.5217 16.5,12.8333V36.6667H20.1667V25.6667H23.8333V36.6667H27.5V12.8333C31.1667,12.5217 35.09,11.9167 38.5,11L37.5833,7.3333ZM16.5,44H12.8333V40.3333H16.5V44ZM23.8333,44V40.3333H20.1667V44H23.8333ZM31.1667,44H27.5V40.3333H31.1667V44Z"
37                android:fillColor="@color/top_level_accessibility_icon"
38                android:fillType="evenOdd"/>
39        </vector>
40    </item>
41</layer-list>