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 ~ distributed under the License is distributed on an "AS IS" BASIS, 11 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 ~ See the License for the specific language governing permissions and 13 ~ limitations under the License. 14 --> 15<vector 16 xmlns:android="http://schemas.android.com/apk/res/android" 17 android:viewportWidth="960" 18 android:viewportHeight="960" 19 android:width="@dimen/hvac_power_icon_drawable_width" 20 android:height="@dimen/hvac_power_icon_drawable_height"> 21 <path 22 android:pathData="M380,840L380,720L240,580L240,360Q240,336 251,315Q262,294 283,283L360,360L320,360Q320,360 320,360Q320,360 320,360L320,546L460,686L460,760L500,760L500,686L537,649L56,168L112,112L848,848L792,904L594,706L580,720L580,840L380,840ZM686,572L640,526L640,360Q640,360 640,360Q640,360 640,360L474,360L320,206L320,120L400,120L400,280L400,280L560,280L560,120L640,120L640,320L600,280L640,280Q673,280 696.5,303.5Q720,327 720,360L720,538L686,572ZM558,444L558,444Q558,444 558,444Q558,444 558,444L558,444L558,444ZM428,541L428,541L428,541L428,541L428,541L428,541L428,541L428,541Z" 23 android:fillColor="@color/hvac_master_switch_color" /> 24</vector>