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,6H13.5C14.325,6 15,6.675 15,7.5V15C15,15.825 14.325,16.5 13.5,16.5H4.5C3.675,16.5 3,15.825 3,15V7.5C3,6.675 3.675,6 4.5,6H5.25V4.5C5.25,2.43 6.93,0.75 9,0.75C11.07,0.75 12.75,2.43 12.75,4.5V6ZM9,2.25C7.755,2.25 6.75,3.255 6.75,4.5V6H11.25V4.5C11.25,3.255 10.245,2.25 9,2.25ZM4.5,15V7.5H13.5V15H4.5ZM10.5,11.25C10.5,12.075 9.825,12.75 9,12.75C8.175,12.75 7.5,12.075 7.5,11.25C7.5,10.425 8.175,9.75 9,9.75C9.825,9.75 10.5,10.425 10.5,11.25Z"
26      android:fillColor="#5F6368"
27      android:fillType="evenOdd"/>
28</vector>
29