• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!--
2  ~ Copyright (C) 2023 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<vector xmlns:android="http://schemas.android.com/apk/res/android"
17        android:width="@dimen/car_quick_controls_icon_drawable_width"
18        android:height="@dimen/car_quick_controls_icon_drawable_height"
19        android:viewportWidth="36"
20        android:viewportHeight="36">
21    <path
22        android:fillColor="@color/car_quick_controls_icon_drawable_color"
23        android:fillType="evenOdd"
24        android:pathData="M7.50006 13.5V22.5H13.5001L21.0001 30V6L13.5001 13.5H7.50006ZM24.0001 11.955V24.03C26.2201 22.935 27.7501 20.655 27.7501 18C27.7501 15.345 26.2201 13.065 24.0001 11.955ZM18.0001 22.755V13.245L14.7451 16.5H10.5001V19.5H14.7451L18.0001 22.755Z"/>
25</vector>
26