Home | History | Annotate | Download | only in drawable
      1 <?xml version="1.0" encoding="utf-8"?>
      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="56dp"
     18     android:height="56dp"
     19     android:viewportWidth="24"
     20     android:viewportHeight="24">
     21 
     22     <group
     23             android:translateX="3.000000"
     24             android:translateY="3.000000">
     25         <path
     26             android:fillColor="@android:color/black"
     27             android:strokeWidth="1"
     28             android:pathData="M16,9 L7.249,3.431 L14.048,10.242 L16,9 Z" />
     29         <path
     30             android:fillColor="@android:color/black"
     31             android:strokeWidth="1"
     32             android:pathData="M18,16.73 L1.27,0 L0,1.27 L5,6.27 L5,16 L10.946,12.216 L16.73,18 L18,16.73 Z" />
     33     </group>
     34 </vector>
     35