1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2023 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/icon_size" 20 android:height="@dimen/icon_size" 21 android:viewportHeight="40" 22 android:viewportWidth="40"> 23 <path 24 android:pathData="M21.038,29.957L21.037,29.957C18.142,30.151 15.215,29.12 13.091,26.884C10.971,24.66 10.135,21.715 10.521,18.888C10.665,17.854 9.598,17.109 8.657,17.514C1.331,20.656 -0.137,30.458 6.315,35.414C11.457,39.369 19.201,37.749 22.301,31.891C22.792,30.977 22.069,29.894 21.038,29.957ZM6.8,32.67C3.415,29.108 4.024,23.381 8.072,20.528C8.144,23.46 9.282,26.313 11.361,28.5C13.439,30.686 16.252,32.005 19.227,32.276C16.029,36.048 10.175,36.235 6.8,32.67Z" 25 android:fillColor="@color/qc_default_icon_color" 26 android:fillType="evenOdd"/> 27 <path 28 android:pathData="M15.701,1.087L17.464,5.702L15.023,6.618L13.277,1.965L15.701,1.087Z" 29 android:fillColor="@color/qc_default_icon_color" 30 android:fillType="evenOdd"/> 31 <path 32 android:pathData="M23.789,0.393L26.333,0.786L25.575,5.688L23.031,5.295L23.789,0.393Z" 33 android:fillColor="@color/qc_default_icon_color" 34 android:fillType="evenOdd"/> 35 <path 36 android:pathData="M33.399,4.347L35.243,6.148L31.729,9.662L29.885,7.819L33.399,4.347Z" 37 android:fillColor="@color/qc_default_icon_color" 38 android:fillType="evenOdd"/> 39 <path 40 android:pathData="M39,13.299L39.647,15.791L34.846,17.038L34.199,14.547L39,13.299Z" 41 android:fillColor="@color/qc_default_icon_color" 42 android:fillType="evenOdd"/> 43 <path 44 android:pathData="M39.181,23.69L38.258,26.097L33.639,24.264L34.6,21.841L39.181,23.69Z" 45 android:fillColor="@color/qc_default_icon_color" 46 android:fillType="evenOdd"/> 47 <path 48 android:pathData="M16.792,8.79C18.089,8.227 19.519,7.916 21.021,7.916C26.895,7.916 31.656,12.677 31.656,18.55C31.656,20.053 31.344,21.483 30.782,22.779C30.435,23.58 29.408,23.686 28.807,23.084C28.392,22.67 28.312,22.042 28.522,21.507C28.883,20.592 29.082,19.594 29.082,18.55C29.082,14.099 25.473,10.49 21.021,10.49C19.978,10.49 18.98,10.688 18.065,11.049C17.53,11.26 16.902,11.179 16.487,10.765C15.886,10.163 15.992,9.137 16.792,8.79Z" 49 android:fillColor="@color/qc_default_icon_color" 50 android:fillType="evenOdd"/> 51 <path 52 android:pathData="M4.996,5.371C5.55,4.816 6.449,4.816 7.004,5.371L35.647,34.015C36.202,34.569 36.202,35.468 35.647,36.022C35.093,36.577 34.194,36.577 33.64,36.022L4.996,7.378C4.442,6.824 4.442,5.925 4.996,5.371Z" 53 android:fillColor="@color/qc_default_icon_color" 54 android:fillType="evenOdd"/> 55</vector> 56