1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2021 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:viewportWidth="96"
19        android:viewportHeight="96"
20        android:alpha="@dimen/hvac_turned_off_alpha"
21        android:width="@dimen/hvac_icon_drawable_width"
22        android:height="@dimen/hvac_icon_drawable_height">
23    <path
24        android:pathData="M45.52,34.05V38.13L51.34,32.3L45.52,26.47V30.55H32.68V34.05H45.52Z"
25        android:fillColor="@color/hvac_icon_off_foreground_color"/>
26    <path
27        android:pathData="M52.85,56.8L55.25,47.23L56.64,41.63C57.23,39.66 58.55,38.68 59.77,38.34C60.52,38.13 61.31,38.06 62.08,38.2C65,38.71 66.91,41.44 66.42,44.29L63.27,58.1C62.62,61.41 59.75,63.79 56.39,63.79H40.41L31.5,70.79L28,67.29L41.46,56.79H52.85V56.8Z"
28        android:fillColor="@color/hvac_icon_off_foreground_color"/>
29    <path
30        android:pathData="M61.49,34.96C59.39,33.47 58.88,30.57 60.35,28.45C61.82,26.35 64.74,25.84 66.86,27.31C68.96,28.8 69.47,31.7 68,33.82C66.51,35.92 63.61,36.43 61.49,34.96Z"
31        android:fillColor="@color/hvac_icon_off_foreground_color"/>
32</vector>
33