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/icon_size"
20    android:height="@dimen/icon_size"
21    android:viewportHeight="48.0"
22    android:viewportWidth="48.0">
23    <path
24        android:fillColor="@color/qc_default_icon_color"
25        android:pathData="M35.41,15.41L24.0,4.0l-2.0,0.0l0.0,15.17L12.83,10.0 10.0,12.83 21.17,24.0 10.0,35.17 12.83,38.0 22.0,28.83L22.0,44.0l2.0,0.0l11.41,-11.41L26.83,24.0l8.58,-8.59zM26.0,11.66l3.76,3.76L26.0,19.17l0.0,-7.51zm3.76,20.93L26.0,36.34l0.0,-7.52l3.76,3.77z"/>
26    <path
27        android:fillColor="@color/qc_default_icon_color"
28        android:pathData="M10,24m-3,0a3,3 0,2 2,6 0a3,3 0,2 2,-6 0"/>
29    <path
30        android:fillColor="@color/qc_default_icon_color"
31        android:pathData="M38,24m-3,0a3,3 0,2 2,6 0a3,3 0,2 2,-6 0"/>
32</vector>
33