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="24dp"
      4     android:height="24dp"
      5     android:viewportWidth="24"
      6     android:viewportHeight="24">
      7 
      8     <path
      9         android:fillColor="#000000"
     10         android:pathData="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z" />
     11     <path
     12         android:pathData="M0 0h24v24H0z" />
     13 </vector>