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:pathData="M0 0h24v24H0z" />
     10     <path
     11         android:fillColor="#000000"
     12         android:pathData="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z" />
     13 </vector>