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="108" 19 android:viewportHeight="108" 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 <group 24 android:scaleX="-1" 25 android:scaleY="-1" 26 android:translateX="96.33334" 27 android:translateY="73"> 28 <path 29 android:pathData="M57.5 38.25l0 -3.5 -12.845 0 0 -4.083333L38.833333 36.5 44.655 42.333333 44.655 38.25Z" 30 android:fillColor="@color/hvac_icon_color" /> 31 </group> 32 <group 33 android:rotation="-90" 34 android:translateX="-16.33333" 35 android:translateY="87"> 36 <path 37 android:pathData="M44.666667 53.416667l0 -3.5 -12.845 0 0 -4.083334L26 51.666667 31.821667 57.5l0 -4.083333z" 38 android:fillColor="@color/hvac_icon_color" /> 39 </group> 40 <path 41 android:pathData="M59.012449 61.002836l2.402926 -9.566666 1.394434 -5.6c0.592448 -1.966757 1.907369 -2.950135 3.131464 -3.29 0.74654 -0.21 1.539739 -0.28 2.309608 -0.14 2.916172 0.513333 4.82918 3.243333 4.339264 6.09l-3.149466 13.813333c-0.653222 3.313333 -3.522735 5.693333 -6.882165 5.693333l-15.980621 0 -8.91182 7 -3.499406 -3.5 13.461048 -10.5 11.384734 0z" 42 android:fillColor="@color/hvac_icon_color" /> 43 <path 44 android:pathData="M67.648549 39.158549c-2.1 -1.493334 -2.613334 -4.386667 -1.143334 -6.51 1.47 -2.1 4.386667 -2.613334 6.51 -1.143334 2.1 1.493334 2.613334 4.386667 1.143334 6.51 -1.493334 2.1 -4.386667 2.613334 -6.51 1.143334l0 0z" 45 android:fillColor="@color/hvac_icon_color" /> 46</vector> 47