1<!-- 2 ~ Copyright (C) 2023 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<vector xmlns:android="http://schemas.android.com/apk/res/android" 17 android:width="@dimen/system_bar_icon_drawing_size" 18 android:height="@dimen/system_bar_icon_drawing_size" 19 android:viewportWidth="36" 20 android:viewportHeight="36"> 21 <path 22 android:fillColor="@color/system_bar_icon_color" 23 android:pathData="M10.62 7.50021H30V24.0002H27.12L30.105 26.9852C31.71 26.9402 33 25.6202 33 24.0002V7.50021C33 5.85021 31.65 4.50021 30 4.50021H7.62L10.62 7.50021ZM0 4.50021L3 7.50021V24.0002C3 25.6502 4.35 27.0002 6 27.0002H10.5L9 28.5002V31.5002H27L31.095 35.5952L33 33.6902L1.905 2.59521L0 4.50021ZM6 10.5002L19.5 24.0002H6V10.5002Z" /> 24</vector> 25