1<!--
2  ~ Copyright (C) 2021 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"
21    android:viewportHeight="20">
22    <path
23        android:pathData="M9.75,9.1275L11.6925,7.1925L12.75,8.25L9,12L5.25,8.25L6.3075,7.1925L8.25,9.1275V3H9.75V9.1275ZM4.5,11.25H3V13.5C3,14.325 3.675,15 4.5,15H13.5C14.325,15 15,14.325 15,13.5V11.25H13.5V13.5H4.5V11.25Z"
24        android:fillColor="@color/description_icon_color"
25        android:fillType="evenOdd"/>
26</vector>
27