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 xmlns:aapt="http://schemas.android.com/aapt" 18 android:viewportWidth="48" 19 android:viewportHeight="48" 20 android:width="@dimen/hvac_power_icon_drawable_width" 21 android:height="@dimen/hvac_power_icon_drawable_height"> 22 <path 23 android:pathData="M16 6L20 6L20 14L28 14L28 6L32 6L32 14.5L33.5 15L36 18.5L36 29L34.5 29L16 10.5L16 6Z" 24 android:fillColor="@color/hvac_master_switch_color" 25 android:strokeColor="@color/hvac_master_switch_color" 26 android:strokeWidth="1" /> 27 <path 28 android:pathData="M7.5 9L41 41.5L38.5 43L29 35L29 42L19 42L19 35.5L12 28.5L12 18.5L13 17.5L6 10.5L7.5 9Z" 29 android:fillColor="@color/hvac_master_switch_color" 30 android:strokeColor="@color/hvac_master_switch_color" 31 android:strokeWidth="1" /> 32 <path 33 android:pathData="M7.5 8L6.5 10L7.5 8Z" 34 android:fillColor="@color/hvac_master_switch_color" 35 android:fillAlpha="0.5372549" 36 android:strokeColor="@color/hvac_master_switch_color" 37 android:strokeAlpha="0.5372549" 38 android:strokeWidth="1" /> 39 <path 40 android:pathData="M6.5 11L11.5 17L6.5 11Z" 41 android:fillColor="@color/hvac_master_switch_color" 42 android:fillAlpha="0.5372549" 43 android:strokeColor="@color/hvac_master_switch_color" 44 android:strokeAlpha="0.5372549" 45 android:strokeWidth="1" /> 46 <path 47 android:pathData="M15.5 15L31.5 32L15.5 15Z" 48 android:fillColor="@color/hvac_master_switch_color" 49 android:fillAlpha="0.5372549" 50 android:strokeColor="@color/hvac_master_switch_color" 51 android:strokeAlpha="0.5372549" 52 android:strokeWidth="1" /> 53 <path 54 android:pathData="M29.5 35L39 43.5L30.5 36L29.5 35Z" 55 android:fillColor="@color/hvac_master_switch_color" 56 android:fillAlpha="0.5372549" 57 android:strokeColor="@color/hvac_master_switch_color" 58 android:strokeAlpha="0.5372549" 59 android:strokeWidth="1" /> 60 <path 61 android:pathData="M8.5 8L14.5 15L8.5 8Z" 62 android:fillColor="@color/hvac_master_switch_color" 63 android:fillAlpha="0.454902" 64 android:strokeColor="@color/hvac_master_switch_color" 65 android:strokeAlpha="0.454902" 66 android:strokeWidth="1" /> 67 <path 68 android:pathData="M16.5 11L36 29.5L34.5 30L16.5 11Z" 69 android:fillColor="@color/hvac_master_switch_color" 70 android:fillAlpha="0.454902" 71 android:strokeColor="@color/hvac_master_switch_color" 72 android:strokeAlpha="0.454902" 73 android:strokeWidth="1" /> 74 <path 75 android:pathData="M12.5 29L17.5 35L12.5 29Z" 76 android:fillColor="@color/hvac_master_switch_color" 77 android:fillAlpha="0.454902" 78 android:strokeColor="@color/hvac_master_switch_color" 79 android:strokeAlpha="0.454902" 80 android:strokeWidth="1" /> 81 <path 82 android:pathData="M32.5 32L39.5 40L32.5 32Z" 83 android:fillColor="@color/hvac_master_switch_color" 84 android:fillAlpha="0.454902" 85 android:strokeColor="@color/hvac_master_switch_color" 86 android:strokeAlpha="0.454902" 87 android:strokeWidth="1" /> 88 <path 89 android:pathData="M40.5 42L39.5 44L40.5 42Z" 90 android:fillColor="@color/hvac_master_switch_color" 91 android:fillAlpha="0.454902" 92 android:strokeColor="@color/hvac_master_switch_color" 93 android:strokeAlpha="0.454902" 94 android:strokeWidth="1" /> 95</vector>