1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/**
4 * Copyright (C) 2019 The Android Open Source Project
5 *
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 *     http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 */
18-->
19<vector xmlns:android="http://schemas.android.com/apk/res/android"
20    android:width="18dp"
21    android:height="18dp"
22    android:viewportWidth="18"
23    android:viewportHeight="18">
24  <path
25      android:pathData="M12.75,0.7575L5.25,0.75C4.425,0.75 3.75,1.425 3.75,2.25V15.75C3.75,16.575 4.425,17.25 5.25,17.25H12.75C13.575,17.25 14.25,16.575 14.25,15.75V2.25C14.25,1.425 13.575,0.7575 12.75,0.7575ZM12.75,15.75H5.25V15H12.75V15.75ZM5.25,13.5H12.75V4.5H5.25V13.5ZM5.25,3V2.25H12.75V3H5.25ZM5.475,9.12L8.355,12L12.54,7.8075L11.475,6.75L8.355,9.87L6.5325,8.055L5.475,9.12Z"
26      android:fillColor="#5F6368"
27      android:fillType="evenOdd"/>
28</vector>
29