1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2019 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<vector xmlns:android="http://schemas.android.com/apk/res/android" 18 android:width="@dimen/system_bar_icon_drawing_size" 19 android:height="@dimen/system_bar_icon_drawing_size" 20 android:viewportWidth="40" 21 android:viewportHeight="40"> 22 <path 23 android:pathData="M29.8183 28.1819V18.3637C29.8183 13.34 27.151 9.13459 22.4546 8.02186V6.90914C22.4546 5.55095 21.3583 4.45459 20.0001 4.45459C18.6419 4.45459 17.5455 5.55095 17.5455 6.90914V8.02186C12.8655 9.13459 10.1819 13.3237 10.1819 18.3637V28.1819H6.90918V31.4546H23.2728H23.8946H33.091V28.1819H29.8183ZM26.5452 28.1816H13.4543V18.3634C13.4543 14.3052 15.9252 10.9998 19.9997 10.9998C24.0743 10.9998 26.5452 14.3052 26.5452 18.3634V28.1816ZM23.2728 33.0909C23.2728 34.8909 21.8001 36.3636 20.0001 36.3636C18.2001 36.3636 16.7273 34.8909 16.7273 33.0909H23.2728Z" 24 android:fillType="evenOdd" 25 android:fillColor="@color/car_nav_icon_fill_color" /> 26</vector>