1607bd848269fb802550e63aa61945790616f97a7Alan Viverette<!--
2607bd848269fb802550e63aa61945790616f97a7Alan ViveretteCopyright (C) 2014 The Android Open Source Project
36148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette
4607bd848269fb802550e63aa61945790616f97a7Alan Viverette   Licensed under the Apache License, Version 2.0 (the "License");
5607bd848269fb802550e63aa61945790616f97a7Alan Viverette    you may not use this file except in compliance with the License.
6607bd848269fb802550e63aa61945790616f97a7Alan Viverette    You may obtain a copy of the License at
76148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette
8607bd848269fb802550e63aa61945790616f97a7Alan Viverette         http://www.apache.org/licenses/LICENSE-2.0
96148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette
10607bd848269fb802550e63aa61945790616f97a7Alan Viverette    Unless required by applicable law or agreed to in writing, software
11607bd848269fb802550e63aa61945790616f97a7Alan Viverette    distributed under the License is distributed on an "AS IS" BASIS,
12607bd848269fb802550e63aa61945790616f97a7Alan Viverette    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13607bd848269fb802550e63aa61945790616f97a7Alan Viverette    See the License for the specific language governing permissions and
14607bd848269fb802550e63aa61945790616f97a7Alan Viverette    limitations under the License.
156148a8f56957b3e1423c1ac70a45c7f9817aefd5Alan Viverette-->
16607bd848269fb802550e63aa61945790616f97a7Alan Viverette<vector xmlns:android="http://schemas.android.com/apk/res/android"
17607bd848269fb802550e63aa61945790616f97a7Alan Viverette        android:width="24dp"
18607bd848269fb802550e63aa61945790616f97a7Alan Viverette        android:height="24dp"
19607bd848269fb802550e63aa61945790616f97a7Alan Viverette        android:viewportWidth="24.0"
20607bd848269fb802550e63aa61945790616f97a7Alan Viverette        android:viewportHeight="24.0"
21607bd848269fb802550e63aa61945790616f97a7Alan Viverette        android:autoMirrored="true"
22607bd848269fb802550e63aa61945790616f97a7Alan Viverette        android:tint="?attr/colorControlNormal">
23607bd848269fb802550e63aa61945790616f97a7Alan Viverette    <path
249781c5c736159471db33987b27d618951306ca16Alan Viverette        android:pathData="M16,1L4,1C2.9,1 2,1.9 2,3l0,14l2,0L4,3l12,0L16,1zM19,5L8,5C6.9,5 6,5.9 6,7l0,14c0,1.1 0.9,2 2,2l11,0c1.1,0 2,-0.9 2,-2L21,7C21,5.9 20.1,5 19,5zM19,21L8,21L8,7l11,0L19,21z"
25607bd848269fb802550e63aa61945790616f97a7Alan Viverette        android:fillColor="@color/white"/>
26607bd848269fb802550e63aa61945790616f97a7Alan Viverette</vector>
27