• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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<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="28"
21        android:viewportHeight="29">
22    <path
23        android:pathData="M24.5,13.5H21.95C21.95,14.6175 21.7175,15.6525 21.2975,16.575L23.1425,18.42C23.9975,16.9575 24.5,15.285 24.5,13.5ZM18.4775,13.7475C18.4775,13.665 18.5,13.5825 18.5,13.5V4.5C18.5,2.01 16.4825,0 14,0C11.5175,0 9.5,2.01 9.5,4.5V4.7775L18.4775,13.7475ZM2.4125,1.5L0.5,3.4125L9.515,12.4275V13.5075C9.515,15.99 11.5175,18.0075 14,18.0075C14.3375,18.0075 14.66,17.9625 14.975,17.895L17.465,20.385C16.3925,20.88 15.215,21.1575 14,21.1575C9.86,21.1575 6.05,18.0075 6.05,13.5075H3.5C3.5,18.63 7.58,22.86 12.5,23.5875V28.5H15.5V23.58C16.8575,23.3775 18.1475,22.905 19.31,22.2225L25.5875,28.5L27.5,26.595L2.4125,1.5Z"
24        android:fillColor="@color/car_nav_icon_fill_color_selected"/>
25</vector>