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="#212121"
     10         android:strokeWidth="1"
     11         android:pathData="M 10 6 L 8.59 7.41 L 13.17 12 L 8.59 16.59 L 10 18 L 16 12 Z" />
     12     <path
     13         android:strokeWidth="1"
     14         android:pathData="M 0 0 L 24 0 L 24 24 L 0 24 Z" />
     15 </vector>