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="48dp"
      4         android:height="48dp"
      5         android:viewportWidth="48"
      6         android:viewportHeight="48">
      7 
      8     <path
      9             android:pathData="M0 0h48v48H0z" />
     10     <path
     11             android:fillColor="#000000"
     12             android:pathData="M12 12h24v24H12z" />
     13 </vector>