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
18    xmlns:android="http://schemas.android.com/apk/res/android"
19    android:viewportWidth="960"
20    android:viewportHeight="960"
21    android:width="@dimen/hvac_power_icon_drawable_width"
22    android:height="@dimen/hvac_power_icon_drawable_height">
23    <path
24        android:pathData="M460,760L500,760L500,686L640,546L640,360Q640,360 640,360Q640,360 640,360L320,360Q320,360 320,360Q320,360 320,360L320,546L460,686L460,760ZM380,840L380,720L240,580L240,360Q240,327 263.5,303.5Q287,280 320,280L360,280L320,320L320,120L400,120L400,280L560,280L560,120L640,120L640,320L600,280L640,280Q673,280 696.5,303.5Q720,327 720,360L720,580L580,720L580,840L380,840ZM480,560L480,560L480,560L480,560Q480,560 480,560Q480,560 480,560L480,560Q480,560 480,560Q480,560 480,560L480,560L480,560L480,560L480,560Z"
25        android:fillColor="@color/hvac_master_switch_color" />
26</vector>