Home | History | Annotate | Download | only in drawable
      1 <vector xmlns:android="http://schemas.android.com/apk/res/android"
      2         android:width="40dp"
      3         android:height="40dp"
      4         android:viewportWidth="24.0"
      5         android:viewportHeight="24.0">
      6     <path
      7         android:pathData="M6,6h2v12L6,18zM9.5,12l8.5,6L18,6z"
      8         android:fillColor="#FFFFFF"/>
      9 </vector>
     10