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