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<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:pathData="M10.1325 7.26745L7.4475 4.57495L5.325 6.69745L8.0175 9.38995L10.1325 7.26745ZM6 15.75H1.5V18.75H6V15.75ZM19.5 0.824951H16.5V5.24995H19.5V0.824951ZM30.675 6.69745L28.5525 4.57495L25.86 7.26745L27.9825 9.38995L30.675 6.69745ZM25.8675 27.2325L28.56 29.925L30.6825 27.8025L27.99 25.11L25.8675 27.2325ZM30 15.75V18.75H34.5V15.75H30ZM18 8.24995C13.0275 8.24995 9 12.2775 9 17.25C9 22.2225 13.0275 26.25 18 26.25C22.9725 26.25 27 22.2225 27 17.25C27 12.2775 22.9725 8.24995 18 8.24995ZM16.5 33.675H19.5V29.25H16.5V33.675ZM5.325 27.8025L7.4475 29.925L10.14 27.2325L8.0175 25.11L5.325 27.8025Z" />
24</vector>
25