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:width="@dimen/hvac_icon_drawable_width" 21 android:height="@dimen/hvac_icon_drawable_height"> 22 <path 23 android:pathData="M24,0L72,0A24,24 0,0 1,96 24L96,72A24,24 0,0 1,72 96L24,96A24,24 0,0 1,0 72L0,24A24,24 0,0 1,24 0z" 24 android:fillColor="@color/hvac_icon_on_background_color"/> 25 <path 26 android:pathData="M29.08,50.98H25L30.83,56.8L36.66,50.98H32.58V38.13H29.08V50.98Z" 27 android:fillColor="@color/hvac_icon_on_foreground_color"/> 28 <path 29 android:pathData="M54.51,56.8L56.91,47.23L58.3,41.63C58.89,39.66 60.21,38.68 61.43,38.34C62.18,38.13 62.97,38.06 63.74,38.2C66.66,38.71 68.57,41.44 68.08,44.29L64.93,58.1C64.28,61.41 61.41,63.79 58.05,63.79H42.07L33.16,70.79L29.66,67.29L43.12,56.79H54.51V56.8Z" 30 android:fillColor="@color/hvac_icon_on_foreground_color"/> 31 <path 32 android:pathData="M63.14,34.96C61.04,33.47 60.53,30.57 62,28.45C63.47,26.35 66.39,25.84 68.51,27.31C70.61,28.8 71.12,31.7 69.65,33.82C68.16,35.92 65.27,36.43 63.14,34.96Z" 33 android:fillColor="@color/hvac_icon_on_foreground_color"/> 34</vector> 35