summaryrefslogtreecommitdiff
path: root/res/drawable/car_ic_home.xml
blob: 1e2228aadc516a8805206b9c79a35e97ee62ffdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2020 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="@dimen/system_bar_icon_drawing_size"
        android:height="@dimen/system_bar_icon_drawing_size"
        android:viewportWidth="40"
        android:viewportHeight="40">
    <path
        android:pathData="M6.90918 15.0906L20.0001 5.27246L33.091 15.0906V34.727H6.90918V15.0906ZM24.9092 31.4543H29.8183V16.727L20.0001 9.36337L10.1819 16.727V31.4543H15.091V21.6361H24.9092V31.4543Z"
        android:fillType="evenOdd"
        android:fillColor="@color/car_nav_icon_fill_color" />
</vector>