blob: 17f413e73c277ce004e26ae5fcc2923ca40da796 [file] [log] [blame]
Fan Zhang0326efa2018-05-15 17:37:34 -07001<!--
2 Copyright (C) 2018 The Android Open Source Project
mariagpuyol03ee5322016-03-04 10:59:03 -08003
Fan Zhang0326efa2018-05-15 17:37:34 -07004 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
mariagpuyol03ee5322016-03-04 10:59:03 -08007
Fan Zhang0326efa2018-05-15 17:37:34 -07008 http://www.apache.org/licenses/LICENSE-2.0
mariagpuyol03ee5322016-03-04 10:59:03 -08009
Fan Zhang0326efa2018-05-15 17:37:34 -070010 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
mariagpuyol03ee5322016-03-04 10:59:03 -080017<vector xmlns:android="http://schemas.android.com/apk/res/android"
Fan Zhang0326efa2018-05-15 17:37:34 -070018 android:width="24dp"
19 android:height="24dp"
20 android:viewportWidth="24.0"
21 android:viewportHeight="24.0"
22 android:tint="?android:attr/colorControlNormal">
mariagpuyol03ee5322016-03-04 10:59:03 -080023 <path
Fan Zhang0326efa2018-05-15 17:37:34 -070024 android:fillColor="#FFFFFF"
25 android:pathData="M10.5,15H8v-3h2.5V9.5h3V12H16v3h-2.5v2.5h-3V15zM19,8v11c0,1.1 -0.9,2 -2,2H7c-1.1,0 -2,-0.9 -2,-2V8c0,-1.1 0.9,-2 2,-2h10C18.1,6 19,6.9 19,8zM17,8H7v11h10V8zM18,3H6v2h12V3z"/>
mariagpuyol03ee5322016-03-04 10:59:03 -080026</vector>