27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<!--
|
|
~ Copyright (C) 2021 The Android Open Source Project
|
|
~
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
~ you may not use this file except in compliance with the License.
|
|
~ You may obtain a copy of the License at
|
|
~
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
~ See the License for the specific language governing permissions and
|
|
~ limitations under the License.
|
|
-->
|
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="20dp"
|
|
android:height="20dp"
|
|
android:viewportWidth="20"
|
|
android:viewportHeight="20">
|
|
<path
|
|
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"
|
|
android:fillColor="@color/description_icon_color"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|