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="56dp"
      4     android:height="56dp"
      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="M30 12H6v4h24v-4zm0 8H6v4h24v-4zM6
     13 32h16v-4H6v4zm28-20v16.37c-.63-.23-1.29-.37-2-.37-3.31 0-6 2.69-6 6s2.69 6 6 6
     14 6-2.69 6-6V16h6v-4H34z" />
     15 </vector>
     16