1<!-- 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 xmlns:android="http://schemas.android.com/apk/res/android" 18 android:width="20dp" 19 android:height="20dp" 20 android:viewportWidth="20.0" 21 android:viewportHeight="20.0" 22 android:tint="?android:attr/textColorPrimaryInverse"> 23 <path 24 android:pathData="M11.7583 16.5251C11.675 17.0918 11.1583 17.5418 10.5417 17.5418H7.45832C6.84166 17.5418 6.32499 17.0918 6.24999 16.4835L6.02499 14.9085C5.79999 14.7918 5.58332 14.6668 5.36666 14.5251L3.86666 15.1251C3.28332 15.3418 2.64166 15.1001 2.35833 14.5835L0.833325 11.9418C0.541658 11.3918 0.666658 10.7418 1.13333 10.3751L2.40833 9.38346C2.39999 9.25846 2.39166 9.13346 2.39166 9.00013C2.39166 8.87513 2.39999 8.7418 2.40833 8.6168L1.14166 7.62513C0.649992 7.25013 0.524992 6.57513 0.833325 6.05846L2.37499 3.40013C2.65833 2.88346 3.29999 2.65013 3.86666 2.87513L5.37499 3.48346C5.59166 3.3418 5.80833 3.2168 6.02499 3.10013L6.24999 1.50846C6.32499 0.92513 6.84166 0.466797 7.44999 0.466797H10.5333C11.15 0.466797 11.6667 0.916797 11.7417 1.52513L11.9667 3.10013C12.1917 3.2168 12.4083 3.3418 12.625 3.48346L14.125 2.88346C14.7167 2.6668 15.3583 2.90846 15.6417 3.42513L17.175 6.07513C17.475 6.62513 17.3417 7.27513 16.875 7.6418L15.6083 8.63346C15.6167 8.75846 15.625 8.88346 15.625 9.0168C15.625 9.15013 15.6167 9.27513 15.6083 9.40013L16.875 10.3918C17.3417 10.7668 17.475 11.4168 17.1833 11.9418L15.6333 14.6251C15.35 15.1418 14.7083 15.3751 14.1333 15.1501L12.6333 14.5501C12.4167 14.6918 12.2 14.8168 11.9833 14.9335L11.7583 16.5251ZM7.84999 15.8751H10.15L10.4583 13.7501L10.9 13.5668C11.2667 13.4168 11.6333 13.2001 12.0167 12.9168L12.3917 12.6335L14.375 13.4335L15.525 11.4335L13.8333 10.1168L13.8917 9.65013L13.8942 9.6277C13.9184 9.41905 13.9417 9.21735 13.9417 9.00013C13.9417 8.77513 13.9167 8.55846 13.8917 8.35013L13.8333 7.88346L15.525 6.5668L14.3667 4.5668L12.375 5.3668L12 5.07513C11.65 4.80846 11.275 4.5918 10.8917 4.43346L10.4583 4.25013L10.15 2.12513H7.84999L7.54166 4.25013L7.09999 4.42513C6.73333 4.58346 6.36666 4.7918 5.98332 5.08346L5.60832 5.35846L3.62499 4.5668L2.46666 6.55846L4.15832 7.87513L4.09999 8.3418C4.07499 8.55846 4.04999 8.78346 4.04999 9.00013C4.04999 9.2168 4.06666 9.4418 4.09999 9.65013L4.15832 10.1168L2.46666 11.4335L3.61666 13.4335L5.60832 12.6335L5.98332 12.9251C6.34166 13.2001 6.69999 13.4085 7.09166 13.5668L7.53333 13.7501L7.84999 15.8751ZM11.9167 9.00013C11.9167 10.611 10.6108 11.9168 8.99999 11.9168C7.38916 11.9168 6.08332 10.611 6.08332 9.00013C6.08332 7.3893 7.38916 6.08346 8.99999 6.08346C10.6108 6.08346 11.9167 7.3893 11.9167 9.00013Z" 25 android:fillColor="?android:attr/textColorPrimaryInverse" 26 /> 27</vector> 28