1<!-- 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="24dp" 18 android:height="24dp" 19 android:viewportWidth="24.0" 20 android:viewportHeight="24.0"> 21 <path 22 android:fillColor="#FFFFFFFF" 23 android:pathData="M23,1v22H1V1H23 M24,0H0v24h24V0L24,0z"/> 24 <path 25 android:strokeColor="#FFFFFFFF" 26 android:strokeWidth="0.667" 27 android:pathData="M5,19L1,23"/> 28 <path 29 android:strokeColor="#FFFFFFFF" 30 android:strokeWidth="0.667" 31 android:pathData="M1,1L5,5"/> 32 <path 33 android:strokeColor="#FFFFFFFF" 34 android:strokeWidth="0.667" 35 android:pathData="M19,5L23,1"/> 36 <path 37 android:strokeColor="#FFFFFFFF" 38 android:strokeWidth="0.667" 39 android:pathData="M19,19L23,23"/> 40 <path 41 android:fillColor="#FFFFFFFF" 42 android:pathData="M14,3.8l-4,0l-0.2,-0.8l4.4,0z"/> 43 <path 44 android:fillColor="#FFFFFFFF" 45 android:pathData="M18.8,5.2v13.5H5.2V5.2H18.8 M19.5,4.5h-15v15h15V4.5L19.5,4.5z"/> 46 <path 47 android:fillColor="#FFFFFFFF" 48 android:pathData="M6.5,9.5h5v11h-5z"/> 49 <path 50 android:fillColor="#FFFFFFFF" 51 android:pathData="M12.5,16.5h5v5h-5z"/> 52</vector> 53