1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2024 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 xmlns:android="http://schemas.android.com/apk/res/android"
18        android:width="@dimen/icon_size"
19        android:height="@dimen/icon_size"
20        android:viewportWidth="960"
21        android:viewportHeight="960">
22    <path
23        android:fillColor="@color/qc_default_icon_color"
24        android:pathData="M400,680L760,680Q760,680 760,680Q760,680 760,680L760,120Q760,120 760,120Q760,120 760,120L400,120Q400,120 400,120Q400,120 400,120L400,680Q400,680 400,680Q400,680 400,680ZM400,760Q367,760 343.5,736.5Q320,713 320,680L320,120Q320,87 343.5,63.5Q367,40 400,40L760,40Q793,40 816.5,63.5Q840,87 840,120L840,680Q840,713 816.5,736.5Q793,760 760,760L400,760ZM580,300Q605,300 622.5,282.5Q640,265 640,240Q640,215 622.5,197.5Q605,180 580,180Q555,180 537.5,197.5Q520,215 520,240Q520,265 537.5,282.5Q555,300 580,300ZM580,640Q638,640 679,599Q720,558 720,500Q720,442 679,401Q638,360 580,360Q522,360 481,401Q440,442 440,500Q440,558 481,599Q522,640 580,640ZM580,560Q555,560 537.5,542.5Q520,525 520,500Q520,475 537.5,457.5Q555,440 580,440Q605,440 622.5,457.5Q640,475 640,500Q640,525 622.5,542.5Q605,560 580,560ZM640,920L240,920Q207,920 183.5,896.5Q160,873 160,840L160,200L240,200L240,840Q240,840 240,840Q240,840 240,840L640,840L640,920ZM400,120L400,120Q400,120 400,120Q400,120 400,120L400,680Q400,680 400,680Q400,680 400,680L400,680Q400,680 400,680Q400,680 400,680L400,120Q400,120 400,120Q400,120 400,120Z"/>
25</vector>
26