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 18 xmlns:android="http://schemas.android.com/apk/res/android" 19 android:width="@dimen/hvac_icon_drawable_width" 20 android:height="@dimen/hvac_icon_drawable_height" 21 android:viewportWidth="108" 22 android:viewportHeight="108"> 23 24 <path 25 android:strokeWidth="1" 26 android:pathData="M 0 0 L 108 0 L 108 108 L 0 108 Z" /> 27 <path 28 android:strokeWidth="1" 29 android:pathData="M 26 26 L 82 26 L 82 82 L 26 82 Z" /> 30 <path 31 android:fillColor="@color/hvac_icon_color" 32 android:strokeWidth="1" 33 android:pathData="M 45.38 39 L 49.38 43 L 73 43 L 73 64 L 70.38 64 L 74.38 68 L 77 68 L 77 39 Z" /> 34 <path 35 android:fillColor="@color/hvac_icon_color" 36 android:strokeWidth="1" 37 android:pathData="M 68 67.5699 L 43.43 42.9999 L 39.43 38.9999 L 34.332 33.9019 L 31.369 36.8659 L 33.503 38.9999 L 31.003 38.9999 L 31.003 67.9999 L 40 67.9999 L 40 63.9999 L 35 63.9999 L 35 42.9999 L 37.503 42.9999 L 70.036 75.5319 L 72.999 72.5689 L 68.43 67.9999 Z" /> 38</vector>