blob: 108006929cc590202a475928a451aed0987faf5e [file] [log] [blame]
Tony9c70e7e2018-02-01 11:59:39 -06001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2018 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-->
Tony9c70e7e2018-02-01 11:59:39 -060016<vector xmlns:android="http://schemas.android.com/apk/res/android"
Matthew Ng1b9c3d62018-06-06 17:07:29 -070017 android:width="24dp"
18 android:height="24dp"
19 android:viewportWidth="24"
Hyunyoung Songa19584d2019-04-12 23:10:56 -070020 android:viewportHeight="24"
21 android:tint="?android:attr/textColorPrimary">
Tony9c70e7e2018-02-01 11:59:39 -060022
23 <path
Matthew Ng1b9c3d62018-06-06 17:07:29 -070024 android:fillColor="@android:color/white"
25 android:pathData="M18,4v5H6V4H18 M18,2H6C4.9,2,4,2.9,4,4v5c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V4C20,2.9,19.1,2,18,2L18,2z" />
26 <path
27 android:fillColor="@android:color/white"
28 android:pathData="M18,15v5H6v-5H18 M18,13H6c-1.1,0-2,0.9-2,2v5c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2v-5C20,13.9,19.1,13,18,13L18,13z" />
29</vector>