blob: d60ee414888d9130a469919464047d7908e1fd58 [file] [log] [blame]
Winson Chung8858e6e2015-05-27 17:18:56 -07001<!--
2Copyright (C) 2015 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="32dp"
18 android:height="32dp"
Evan Laird3f2000062018-04-20 12:55:46 -040019 android:viewportWidth="24.0"
20 android:viewportHeight="24.0">
Winson Chung8858e6e2015-05-27 17:18:56 -070021 <path
22 android:fillColor="#FF000000"
Evan Laird3f2000062018-04-20 12:55:46 -040023 android:pathData="M15,4V3H9v1H4v2h1v13c0,1.1 0.9,2 2,2h10c1.1,0 2,-0.9 2,-2V6h1V4H15zM17,19H7V6h10V19z"/>
24 <path
25 android:fillColor="#FF000000"
26 android:pathData="M9,8h2v9h-2z"/>
27 <path
28 android:fillColor="#FF000000"
29 android:pathData="M13,8h2v9h-2z"/>
Winson Chung8858e6e2015-05-27 17:18:56 -070030</vector>