1<?xml version="1.0" encoding="utf-8"?><!-- 2 ~ Copyright (C) 2022 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 ~ Unless required by applicable law or agreed to in writing, software 11 ~ distributed under the License is distributed on an "AS IS" BASIS, 12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 ~ See the License for the specific language governing permissions and 14 ~ limitations under the License. 15 --> 16 17<vector android:width="24dp" android:height="24dp" 18 android:viewportWidth="24" android:viewportHeight="24" 19 xmlns:android="http://schemas.android.com/apk/res/android"> 20 <path android:pathData=" 21 M22.45 11.94 22 l-.58-.21 23 a1.19 1.19 0 0 1-.26-2.12 24 l.51-.34 25 a1.2 1.2 0 0 0-.83-2.19 26 l-.61.08 27 a1.2 1.2 0 0 1-1.21-1.76 28 l.29-.54 29 A1.2 1.2 0 0 0 18 3.31 30 l-.5.36 31 a1.21 1.21 0 0 1-1.9-1 32 v-.61 33 a1.2 1.2 0 0 0-2.27-.56 34 l-.26.5 35 a1.2 1.2 0 0 1-2.14 0 36 l-.28-.54 37 a1.2 1.2 0 0 0-2.27.56 38 v.61 39 a1.21 1.21 0 0 1-1.9 1 40 L6 3.31 41 a1.2 1.2 0 0 0-1.76 1.55 42 l.29.54 43 a1.2 1.2 0 0 1-1.21 1.76 44 l-.61-.08 45 a1.2 1.2 0 0 0-.83 2.19 46 l.51.34 47 a1.19 1.19 0 0 1-.26 2.12 48 l-.58.21 49 a1.21 1.21 0 0 0 .29 2.33 50 l.61.06 51 a1.2 1.2 0 0 1 .76 2 52 l-.42.46 53 a1.2 1.2 0 0 0 1.33 1.92 54 l.57-.22 55 a1.21 1.21 0 0 1 1.61 1.42 56 l-.16.59 57 a1.2 1.2 0 0 0 2.07 1.09 58 l.4-.47 59 a1.2 1.2 0 0 1 2.08.51 60 l.14.6 61 a1.2 1.2 0 0 0 2.34 0 62 l.14-.6 63 a1.2 1.2 0 0 1 2.08-.51 64 l.4.47 65 a1.2 1.2 0 0 0 2.07-1.09 66 l-.16-.59 67 a1.21 1.21 0 0 1 1.61-1.42 68 l.57.22 69 a1.2 1.2 0 0 0 1.33-1.92 70 l-.42-.46 71 a1.2 1.2 0 0 1 .76-2 72 l.61-.06 73 a1.21 1.21 0 0 0 .29-2.33 74 z 75 M12 19 76 a7 7 0 1 1 7-7 7 7 0 0 1-7 7 77 z 78 " 79 android:fillColor="#000000" /> 80 <path android:pathData=" 81 M9 7.75 82 a.75.75 0 1 0 0 1.5.75.75 0 1 0 0-1.5 83 z 84 M15 7.75 85 a.75.75 0 1 0 0 1.5.75.75 0 1 0 0-1.5 86 z 87 " 88 android:fillColor="#000000" /> 89 <path android:strokeColor="#000000" android:strokeMiterLimit="10" android:strokeWidth="2" 90 android:pathData="M4 12h16M12 12v8" /> 91</vector> 92 93