1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright 2020 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" 20 android:viewportHeight="24"> 21 <path 22 android:pathData="M12.866,3.5C12.6874,3.1906 12.3573,3 12,3C11.6427,3 11.3126,3.1906 11.134,3.5L2.4737,18.5C2.2951,18.8094 2.2951,19.1906 2.4737,19.5C2.6523,19.8094 2.9825,20 3.3398,20H20.6603C21.0175,20 21.3476,19.8094 21.5263,19.5C21.7049,19.1906 21.7049,18.8094 21.5263,18.5L12.866,3.5Z" 23 android:strokeLineJoin="round" 24 android:strokeWidth="2" 25 android:fillColor="#00000000" 26 android:strokeColor="#FF4080"/> 27 <path 28 android:pathData="M8,13.5h11v1h-11z" 29 android:fillColor="#FF4080"/> 30 <path 31 android:pathData="M11.5,10h1v8h-1z" 32 android:fillColor="#FF4080"/> 33 <path 34 android:pathData="M8.86,11.4883l0.6283,-0.6283l5.6547,5.6547l-0.6283,0.6283z" 35 android:fillColor="#FF4080"/> 36 <path 37 android:pathData="M9.4883,17.143l-0.6283,-0.6283l5.6547,-5.6547l0.6283,0.6283z" 38 android:fillColor="#FF4080"/> 39 <path 40 android:pathData="M12,14m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" 41 android:fillColor="#FF4080"/> 42</vector> 43