Home | History | Annotate | Download | only in drawable
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <vector xmlns:android="http://schemas.android.com/apk/res/android"
      3     android:width="56dp"
      4     android:height="56dp"
      5     android:viewportWidth="24"
      6     android:viewportHeight="24">
      7 
      8     <path
      9         android:fillColor="#000000"
     10         android:pathData="M6 18l8.5-6L6 6v12zM16 6v12h2V6h-2z" />
     11     <path
     12         android:pathData="M0 0h24v24H0z" />
     13 </vector>
     14