1 <!-- 2 Copyright (C) 2016 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="24.0dp" 18 android:height="24.0dp" 19 android:viewportWidth="24.0" 20 android:viewportHeight="24.0" 21 android:tint="?android:attr/colorControlNormal"> 22 <path 23 android:fillColor="#FFFFFFFF" 24 android:pathData="M19,8H5c-1.66,0-3,1.34-3,3v5c0,0.55,0.45,1,1,1h3v3c0,0.55,0.45,1,1,1h10c0.55,0,1-0.45,1-1v-3h3c0.55,0,1-0.45,1-1v-5 25 C22,9.34,20.66,8,19,8z M16,19H8v-5h8V19z 26 M19,12c-0.55,0-1-0.45-1-1s0.45-1,1-1s1,0.45,1,1S19.55,12,19,12z M17,3H7 27 C6.45,3,6,3.45,6,4v3h12V4C18,3.45,17.55,3,17,3z"/> 28 </vector> 29